Commit fc49d10
Make PyreflyCompiler raise on error
Summary:
Otherwise, _compile_static is going to swallow `TypedSyntaxError`; this
is currently happening in the pytree benchmark and I can't see the problem
without this change.
Reviewed By: yangdanny97
Differential Revision: D96393279
fbshipit-source-id: dd4104eca1f15785fb529db888d60957240d3d101 parent 0ab5de9 commit fc49d10
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments