summary refs log tree commit diff stats
path: root/tests/destructor/tatomicptrs.nim
Commit message (Collapse)AuthorAgeFilesLines
* document macros.unpackVarargs (#18106)Timothee Cour2021-05-311-0/+1
| | | | | | | * deprecate macros.unpackVarargs * un-deprecate unpackVarargs and add docs+runnableExamples * update examples + tests with varargs[typed]
* fixes #12882 (#12889)cooldome2019-12-131-0/+18
| | | | * fixes #12882
* make megatest green againAndreas Rumpf2019-03-051-0/+1
|
* make tests green againAndreas Rumpf2019-03-041-2/+1
|
* Fixes multiple bugs with sink arguments (#9802)cooldome2018-11-261-2/+50
| | | | | | * fixes #9781 * fix spacing
* more progress on destructors; removed old destructor based code as it proved ↵Araq2017-12-011-0/+101
confusing