summary refs log tree commit diff stats
path: root/tests/objvariant
Commit message (Collapse)AuthorAgeFilesLines
* fix #19266; allow reassign discriminant field (#19567)flywind2022-02-251-0/+22
| | | | | * add inUncheckedAssignSection * add one more test
* implements https://github.com/nim-lang/RFCs/issues/407 (#18793)Andreas Rumpf2021-09-031-0/+9
|
* close #17636 (#17643)flywind2021-04-061-2/+1
|
* fix #16693: testament spec nimout too lax (#16698)flywind2021-04-041-1/+1
| | | Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
* close #14581 add testcase (#17169)flywind2021-02-241-0/+25
| | | | | | | * remove unnecessary when statement * remove outdated codes * close #14581
* use doAssert in tests (#16486)flywind2020-12-281-10/+10
|
* Better case coverage error message for alias and range enum (#12913)Jasper Jenkins2019-12-182-3/+17
|
* Fixes #12379 (#12591) [backport]Clyybber2019-11-043-18/+20
|
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-301-1/+1
|
* Consider range type of runtime discrim [feature] (#11432)Oscar Nihlgård2019-08-201-0/+47
|
* parameter runtime discriminators (#11397)Jasper Jenkins2019-06-041-0/+12
| | | | | * allow param for runtime discriminator construction
* make tests green againAraq2019-05-271-6/+2
|
* Smarter variant object construction (#11273)Jasper Jenkins2019-05-265-0/+203
|
* range/case fixes (#11264)Jasper Jenkins2019-05-161-0/+13
|
* fixes #10033 [backport]Araq2018-12-221-1/+24
|
* require errormsg to be specified before file.Arne Döring2018-12-113-6/+3
|
* cleanup tests; don't use non-working 'msg' spec fieldAraq2018-11-231-1/+1
|
* updated tests to be executedArne Döring2018-11-231-0/+2
|
* make tests green againAraq2018-05-141-1/+1
|
* make tests green againAndreas Rumpf2018-05-021-1/+1
|
* fixes a regression about static object case variant checkingAraq2018-04-061-0/+30
|
* make more tests greenAraq2018-02-101-1/+1
|
* Add test for objvariant construction ordersuperfunc2017-09-091-0/+114
| | | | Fixes #4665
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Fix tests some moredef2015-03-171-8/+5
|
* cleanup index generationAraq2015-02-101-0/+27
|
* make tests greenAraq2014-08-311-6/+6
|
* made some tests greenAraq2014-08-131-1/+1
|
* fixes yet another option typeAraq2014-04-031-0/+47
|
* new tester; all tests categorizedAraq2014-01-134-0/+149