summary refs log tree commit diff stats
path: root/tests/destructor/tatomicptrs.nim
Commit message (Collapse)AuthorAgeFilesLines
* lift the `=dup` hook (#21903)ringabout2023-06-021-2/+8
| | | | | | * fixes tests again * remove helper functions * fixes closures, owned refs * final cleanup
* defaults to ORC (#19972)ringabout2022-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * defaults to Orc * bootstrap using refc * use gc * init orc defines * unregister orc * fix gc * fix commands * add prepareMutation for orc * enable deepcopy for orc * prepareMutation * more fixes * some cases * bug #20081 * partial fixes * partial fixes * fixes command line * more fixes * build Nim with refc * use gc * more fixes * rstore * orc doesn't support threadpool * more shallowCopy * more fixes * fixes unsafeNew * workarounds * small * more fixes * fixes some megatest * tcodegenbugs1 refc * fxies megatest * build nimble with refc * workaround tensordsl tests * replace shallowCopy with move * fixes action * workaround * add todo * fixes important packages * unpublic unregisterArcOrc * fixes cpp * enable windows Co-authored-by: xflywind <43030857+xflywind@users.noreply.github.com>
* 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