summary refs log tree commit diff stats
path: root/tests/objects/tobjconstr.nim
Commit message (Collapse)AuthorAgeFilesLines
* defaults to ORC (#19972)ringabout2022-09-231-20/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* megatest checks output and nimoutArne Döring2018-12-111-18/+13
|
* fixes #7637; assignments are not allowed to slice object; minor breaking changeAndreas Rumpf2018-04-211-4/+3
|
* avoid creating temporary in genObjConstr if possible (#7032)jcosborn2018-01-111-1/+6
|
* Improved collection-to-string behavior (#6825)Fabian Keller2017-12-141-10/+10
|
* fixes #6294Araq2017-09-051-1/+37
|
* fixes #1791Araq2015-03-121-13/+13
|
* next steps for closure iteratorsAraq2014-01-221-0/+41