summary refs log tree commit diff stats
path: root/tests/assign
Commit message (Collapse)AuthorAgeFilesLines
* defaults to ORC (#19972)ringabout2022-09-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * 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>
* use typeof instead type (#16962)flywind2021-02-081-1/+1
|
* followup for #16717: minimized example + improved comment (#16721)Timothee Cour2021-01-151-32/+44
|
* fix #16706 (#16717) [backport:1.4]flywind2021-01-141-0/+37
|
* use doAssert in tests (#16486)flywind2020-12-281-2/+2
|
* fix rtti sizeof for varargs in global scope (#13125) [backport]Jasper Jenkins2020-01-131-0/+9
|
* make tests green againAraq2019-05-271-4/+2
|
* require errormsg to be specified before file.Arne Döring2018-12-112-4/+1
|
* make tests green againAndreas Rumpf2018-10-131-4/+6
|
* Merge tests into a larger file (part 1 of ∞) (#9318)Miran2018-10-126-212/+204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge actiontable tests * merge arithm tests * merge array tests * merge assign tests * merge bind tests * merge casestmt tests * merge closure tests * merge cnt seq tests * merge collections tests * merge concept issues tests * merge concept tests * fix failing tests * smaller outputs Use `doAssert` where possible. * fix wrong output * split `tcomputedgoto` * revert merging concepts * fix failing test
* make tests green againAndreas Rumpf2018-07-051-2/+2
|
* make tests green againAndreas Rumpf2018-04-242-0/+2
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-044-34/+34
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* renamed writeln to writeLine in testspatrick dw2015-06-192-7/+7
|
* overloading of '=' worksAraq2015-04-063-0/+107
|
* Improves tobjasgn test.Dominik Picheta2014-04-181-6/+6
|
* Fixes #1005Dominik Picheta2014-04-151-5/+10
|
* new tester; all tests categorizedAraq2014-01-136-0/+165