Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |