Closed NhatMinh0208 closed 9 months ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/cse-machine/utils.ts | 1 | 86.28% | ||
<!-- | Total: | 1 | --> |
Totals | |
---|---|
Change from base Build 7946831132: | -0.006% |
Covered Lines: | 10213 |
Relevant Lines: | 12091 |
Changes look good, is this PR ready? If yes, let's mark it as ready and merge it quickly so that the workflows are fixed.
Yeah it's ready now, lets get it merged
Description
This PR fixes the condition for inserting an environment reset instruction so that they are still inserted when the control stack has no nodes.
Resolves #1506, resolves #1520.
Changes