summary refs log tree commit diff stats
path: root/tests/misc/tlocals.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix locals() interaction with generic typesLemonBoy2018-09-211-0/+19
| | | | | | | Follow the same logic as semTupleFieldsConstr and only skip skVar since we're gonna add a nkDefer anyway. Fixes #8985
* Improved collection-to-string behavior (#6825)Fabian Keller2017-12-141-1/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-091-0/+11
Add some documentations and code examples in system