Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move tests under the compiler directory to testament (#16096) | flywind | 2020-11-25 | 5 | -0/+344 |
| | |||||
* | trunner was not actually being tested in non-CTFFI mode; minor testament ↵ | Timothee Cour | 2020-05-19 | 2 | -2/+2 |
| | | | | | | | | | | cleanups (#14377) * use check * trunner now works with cpp * cleanup: move compiler/unittest_light => stdtest/unittest_light * fix tests/readme.md * remove deadcode references to rodfiles * fix for windows | ||||
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Error -> Defect for defects The distinction between Error and Defect is subjective, context-dependent and somewhat arbitrary, so when looking at an exception, it's hard to guess what it is - this happens often when looking at a `raises` list _without_ opening the corresponding definition and digging through layers of inheritance. With the help of a little consistency in naming, it's at least possible to start disentangling the two error types and the standard lib can set a good example here. | ||||
* | Fixes #12536 (#12568) [backport] | Tomohiro | 2019-11-02 | 4 | -0/+26 |
| | |||||
* | fixes #11194 (#11242) | Arne Döring | 2019-05-14 | 1 | -0/+12 |
| | |||||
* | improve formatting in assertEquals | Timothee Cour | 2019-01-14 | 1 | -11/+11 |
| | |||||
* | add `alignTable`, `parseTableCells` to align/format a tab(etc) delimited ↵ | Timothee Cour | 2019-01-09 | 3 | -0/+171 |
table (#10182) * add compiler/unittest_light.nim for easy diffing: assertEquals and mismatch * fixup * add alignTable, parseTableCells |