Enable closure_convert in emitter
commit8ac161a5c5a5de7b3d6cfe46984dc1c6e6f17f10
authorMillie Chen <milliechen@fb.com>
Wed, 12 Feb 2020 21:23:52 +0000 (12 13:23 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 12 Feb 2020 21:25:54 +0000 (12 13:25 -0800)
tree12b80adc12d309b60192c62983b599bd9e6910e0
parentd59b404b9aa772b2b7e5ab566f5a02fd66fb8d93
Enable closure_convert in emitter

Summary:
- Replace no-op closure conversion with real code from `closure_convert.rs`
- Add code in `closure_convert.rs` for converting namespaces
- Add code in `print.rs` to increase number of matching tests

Reviewed By: dabek

Differential Revision: D19844940

fbshipit-source-id: 437f2df71163f5065e7961da977cc86ba716781e
hphp/hack/src/hhbc/closure_convert.rs
hphp/hack/src/hhbc/compile.rs
hphp/hack/src/hhbc/emit_program.rs
hphp/hack/src/hhbc/print.rs