Commit eb3fd24
authored
fix(codegen): native compiler segfaulted on every emitError path because emitError chained getErrors() twice per expression — extract to intermediate vars and add module-scope Date fixtures (#521)
Co-authored-by: cs01 <cs01@users.noreply.github.com>1 parent 3e8f803 commit eb3fd24
3 files changed
Lines changed: 9 additions & 3 deletions
File tree
- src/codegen
- tests/fixtures/edge-cases
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
336 | | - | |
337 | | - | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments