summary refs log tree commit diff stats
path: root/tests/objects/tobject.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #14698 nkRecWhen caused internalAssert in semConstructFields when ↵Timothee Cour2020-07-271-0/+20
| | | | | | | | | | | generic type not mentioned in fields (#14709) * fix #14698 nkRecWhen caused internalAssert in semConstructFields when generic type not mentioned in fields * address comment * Update compiler/semtypinst.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* fixes #10195Araq2019-02-191-0/+5
|
* fixes #10203 (#10290)Andreas Rumpf2019-01-151-0/+20
| | | | | | * fixes #10203 * make typredef test green again * fixes the regressions differently
* make run the default action of a test in testerArne Döring2018-11-231-0/+4
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* next steps for closure iteratorsAraq2014-01-221-0/+15