Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix endsInNoReturn for case statements (#23009) | SirOlaf | 2023-11-30 | 1 | -4/+41 |
| | | | | | | | | | While looking at the CI I noticed that there's a couple false positives for `case` statements that cannot be checked for exhaustiveness since my changes, this should resolve them. --------- Co-authored-by: SirOlaf <> | ||||
* | Fix #22604: Make endsInNoReturn traverse the tree (#22612) | SirOlaf | 2023-09-01 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | | * Rewrite endsInNoReturn * Handle `try` stmt again and add tests * Fix unreachable code warning * Remove unreachable code in semexprs again * Check `it.len` before skip * Move import of assertions --------- Co-authored-by: SirOlaf <> | ||||
* | fixes #9839; fixes noReturn pragma doesn't work for non-simple templates ↵ | ringabout | 2022-12-08 | 1 | -0/+32 |
| | | | | (#21048) | ||||
* | An unnamed break in a block now gives an `UnnamedBreak` warning (#20901) | ringabout | 2022-11-24 | 2 | -1/+35 |
| | | | | | | | | | | | | | | | | | | | | | * unnamed break in the block now gives an error * bootstrap * fixes * more fixes * break with label * label again * one moee * Delete test5.txt * it now gives a UnnamedBreak warning * change the URL of bump back to the original one | ||||
* | Make unreachable code a warning instead of an error (#14816) | Clyybber | 2020-06-29 | 1 | -3/+3 |
| | | | | | | | * Make unreachable code a warning * Adapt test * Trigger CI | ||||
* | Testament: refactoring; makes the test joiner green | Araq | 2018-12-11 | 1 | -5/+5 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 2 | -7/+2 |
| | |||||
* | fix #9832 (fixup) (#9859) | Timothee Cour | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | fixes #9832 (#9841) [backport] | Timothee Cour | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | Merge tests into a larger file (part 2 of ∞) (#9335) | Miran | 2018-10-13 | 4 | -96/+97 |
| | | | | | | | | | | | | | | * merge controlflow tests * merge distinct tests * merge enum tests * merge fields tests * merge implicit tests * merge iter issues tests | ||||
* | make tests green again | Araq | 2018-05-14 | 1 | -1/+1 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 4 | -36/+36 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | fixes recently introduced regression | Araq | 2014-08-21 | 1 | -1/+12 |
| | |||||
* | fixes #1418 | Araq | 2014-08-20 | 1 | -0/+33 |
| | |||||
* | next steps for closure iterators | Araq | 2014-01-22 | 2 | -0/+42 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 2 | -0/+40 |