summary refs log tree commit diff stats
path: root/tests/method
Commit message (Collapse)AuthorAgeFilesLines
* added missing testAraq2015-09-061-0/+30
|
* fixes #2590; methods now require a .base annotationAraq2015-09-069-14/+14
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-045-8/+8
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* fixes #2401Araq2015-03-251-0/+11
|
* implemented procCall builtinAraq2014-11-281-9/+12
|
* Fix dispatcher creation for method prototypes.Reimer Behrends2014-11-021-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 Behrends2014-11-021-0/+22
|
* Changed tests and tools to use 'discard' statements instead of 'nil' for ↵Clay Sweetser2014-02-151-2/+2
| | | | empty blocks.
* new tester; all tests categorizedAraq2014-01-139-0/+218