Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | multi-methods need to be explicitly enabled (#10856) | Miran | 2019-03-18 | 1 | -0/+1 |
| | | | | | | * multi-methods need to be explicitly enabled * update changelog, manual and tutorial | ||||
* | fix off by 1 error in `col` shown by toFileLineCol (#10138) | Timothee Cour | 2018-12-31 | 1 | -1/+1 |
| | | | | | * fix off by 1 error in `col` shown by toFileLineCol * fix test failures | ||||
* | testament megatest: furher refactorings making more tests green | Araq | 2018-12-11 | 1 | -4/+5 |
| | |||||
* | testament: joinable is now an explicit concept of a test spec | Andreas Rumpf | 2018-12-11 | 1 | -1/+2 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | More descriptive names of test files (#9531) | Miran | 2018-10-29 | 2 | -0/+0 |
| | | | | | * change generic `tissues` name to more specific * change `tvarious` to more specific names | ||||
* | Merge tests into a larger file (part 5 of ∞) (#9368) | Miran | 2018-10-16 | 18 | -365/+376 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge magics * merge metatype tests * merge method tests * merge objects tests * change `import future` to `import sugar` Nim in Action tests are left with `import future`, to ensure compatibility. * merge overload tests * merge proc tests * merge procvar tests * merge range tests * merge seq tests * merge sets tests * remove wrong assert from `tsets3` * fix `jsTests` * better fix | ||||
* | fixes #5479 | Araq | 2018-10-02 | 1 | -1/+18 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-07-05 | 1 | -3/+3 |
| | |||||
* | make more tests green | Andreas Rumpf | 2018-04-30 | 1 | -1/+1 |
| | |||||
* | added missing test for methods | Andreas Rumpf | 2017-09-28 | 1 | -0/+21 |
| | |||||
* | Lineinfo change (#6084) | Arne Döring | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | fixes #5432 | Araq | 2017-02-26 | 1 | -0/+15 |
| | |||||
* | another attempt to make test green again | Araq | 2017-02-24 | 1 | -0/+24 |
| | |||||
* | make tests green again | Andreas Rumpf | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | generic multi-methods should work now | Andreas Rumpf | 2016-07-28 | 2 | -10/+34 |
| | |||||
* | fix issue #3550 | trustable-code | 2015-12-24 | 1 | -0/+19 |
| | |||||
* | fixes #3431, fixes #3370, fixes #3468 | Araq | 2015-10-25 | 1 | -0/+48 |
| | |||||
* | fix failure in tests/method/tmapper.nim | Aman Gupta | 2015-09-30 | 1 | -1/+1 |
| | | | | | | | | | | FAIL: tmapper.nim Test "tests/method/tmapper.nim" in category "method" Failure: reMsgsDiffer Expected: invalid declaration order; cannot attach 'step' to method defined here: tmapper.nim(22,7) Gotten: invalid declaration order; cannot attach 'step' to method defined here: tests/method/tmapper.nim(22,7) | ||||
* | added missing test | Araq | 2015-09-06 | 1 | -0/+30 |
| | |||||
* | fixes #2590; methods now require a .base annotation | Araq | 2015-09-06 | 9 | -14/+14 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 5 | -8/+8 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | fixes #2401 | Araq | 2015-03-25 | 1 | -0/+11 |
| | |||||
* | implemented procCall builtin | Araq | 2014-11-28 | 1 | -9/+12 |
| | |||||
* | Fix dispatcher creation for method prototypes. | Reimer Behrends | 2014-11-02 | 1 | -0/+25 |
| | | | | | | | | When method prototypes were involved (e.g. forward declarations for mutual recursion), calls were sometimes dispatched to the wrong method implementation. One of the reasons was that method dispatchers were then not always attached to method ASTs in the correct place. | ||||
* | Added test case for recursive methods. | Reimer Behrends | 2014-11-02 | 1 | -0/+22 |
| | |||||
* | Changed tests and tools to use 'discard' statements instead of 'nil' for ↵ | Clay Sweetser | 2014-02-15 | 1 | -2/+2 |
| | | | | empty blocks. | ||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 9 | -0/+218 |