summary refs log tree commit diff stats
path: root/tests/objects/tobject.nim
Commit message (Collapse)AuthorAgeFilesLines
* Automatic dereferencing is removed (#20531)ringabout2022-10-101-0/+15
|
* less test time costs (#20479)Bung2022-10-021-3/+2
|
* remove some noises in tests (#16448)flywind2020-12-271-7/+3
|
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ↵Timothee Cour2020-11-281-1/+1
| | | | | | | output spec (#16151) * fix megatest newlines * still allow missing trailing newline for now but in a more strict way than before
* 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