summary refs log tree commit diff stats
path: root/tests/init/tinitchecks_v2.nim
Commit message (Collapse)AuthorAgeFilesLines
* some test cleanups & category reorganization (#22010)metagn2023-06-061-0/+24
| | | | | | | | | | | | | | | | | * clean up some test categories * mention exact slice issue * magics into system * move trangechecks into overflow * move tmemory to system * try fix CI * try fix CI * final CI fix
* DAA and 'out' parameters (#20506)Andreas Rumpf2022-10-061-0/+59
* DAA and 'out' parameters * progress * documented strictDefs and out parameters * docs, tests and a bugfix * fixes silly regression