Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove echo statements in tests (part 1) (#20178) | ringabout | 2022-08-23 | 1 | -7/+1 |
| | | | | | | | | | | | * remove echo statements * Update tests/vm/triangle_array.nim * Update tests/vm/tyaytypedesc.nim Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> | ||||
* | when statements branches exit early (#17143) | Saem Ghani | 2021-02-22 | 2 | -0/+71 |
When statement branches exit early outside of nimvm. In nimvm it seems that all sides of the branches must be evaluated as the code gen happens at a later stage, this remains intact. |