summary refs log tree commit diff stats
path: root/tests/generics/tgeneric3.nim
Commit message (Collapse)AuthorAgeFilesLines
* less test time costs (#20479)Bung2022-10-021-4/+4
|
* defaults to ORC (#19972)ringabout2022-09-231-10/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * remove deprecated pragma syntax from 0.20.0 closes #4651, closes #16653 with a cheap fix for now due to how early `tfFinal` is set * remove type pragma between name and generics * undo removal, try removing bind expression (0.8.14) * fix test, unremove bind expr * remove again * Update changelog.md Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * dependencies @ HEAD & weave test dependencies * try fix package ci Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
* megatest checks output and nimoutArne Döring2018-12-111-50/+45
|
* make run the default action of a test in testerArne Döring2018-11-231-0/+10
|
* make generic tests green againAndreas Rumpf2018-08-131-2/+2
|
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
|
* makes tests greenAndreas Rumpf2016-01-151-17/+17
|
* renamed writeln to writeLine in testspatrick dw2015-06-191-30/+30
|
* Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-041-1/+1
|
* make tests greenAraq2014-08-311-156/+156
|
* Changed tests and tools to use 'discard' statements instead of 'nil' for ↵Clay Sweetser2014-02-151-3/+3
| | | | empty blocks.
* new tester; all tests categorizedAraq2014-01-131-0/+474