Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #19266; allow reassign discriminant field (#19567) | flywind | 2022-02-25 | 1 | -0/+22 |
| | | | | | * add inUncheckedAssignSection * add one more test | ||||
* | implements https://github.com/nim-lang/RFCs/issues/407 (#18793) | Andreas Rumpf | 2021-09-03 | 1 | -0/+9 |
| | |||||
* | close #17636 (#17643) | flywind | 2021-04-06 | 1 | -2/+1 |
| | |||||
* | fix #16693: testament spec nimout too lax (#16698) | flywind | 2021-04-04 | 1 | -1/+1 |
| | | | Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> | ||||
* | close #14581 add testcase (#17169) | flywind | 2021-02-24 | 1 | -0/+25 |
| | | | | | | | * remove unnecessary when statement * remove outdated codes * close #14581 | ||||
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 1 | -10/+10 |
| | |||||
* | Better case coverage error message for alias and range enum (#12913) | Jasper Jenkins | 2019-12-18 | 2 | -3/+17 |
| | |||||
* | Fixes #12379 (#12591) [backport] | Clyybber | 2019-11-04 | 3 | -18/+20 |
| | |||||
* | fix several typos in documentation and comments (#12553) | Nindaleth | 2019-10-30 | 1 | -1/+1 |
| | |||||
* | Consider range type of runtime discrim [feature] (#11432) | Oscar Nihlgård | 2019-08-20 | 1 | -0/+47 |
| | |||||
* | parameter runtime discriminators (#11397) | Jasper Jenkins | 2019-06-04 | 1 | -0/+12 |
| | | | | | * allow param for runtime discriminator construction | ||||
* | make tests green again | Araq | 2019-05-27 | 1 | -6/+2 |
| | |||||
* | Smarter variant object construction (#11273) | Jasper Jenkins | 2019-05-26 | 5 | -0/+203 |
| | |||||
* | range/case fixes (#11264) | Jasper Jenkins | 2019-05-16 | 1 | -0/+13 |
| | |||||
* | fixes #10033 [backport] | Araq | 2018-12-22 | 1 | -1/+24 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 3 | -6/+3 |
| | |||||
* | cleanup tests; don't use non-working 'msg' spec field | Araq | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | updated tests to be executed | Arne Döring | 2018-11-23 | 1 | -0/+2 |
| | |||||
* | make tests green again | Araq | 2018-05-14 | 1 | -1/+1 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-05-02 | 1 | -1/+1 |
| | |||||
* | fixes a regression about static object case variant checking | Araq | 2018-04-06 | 1 | -0/+30 |
| | |||||
* | make more tests green | Araq | 2018-02-10 | 1 | -1/+1 |
| | |||||
* | Add test for objvariant construction order | superfunc | 2017-09-09 | 1 | -0/+114 |
| | | | | Fixes #4665 | ||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -2/+2 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Fix tests some more | def | 2015-03-17 | 1 | -8/+5 |
| | |||||
* | cleanup index generation | Araq | 2015-02-10 | 1 | -0/+27 |
| | |||||
* | make tests green | Araq | 2014-08-31 | 1 | -6/+6 |
| | |||||
* | made some tests green | Araq | 2014-08-13 | 1 | -1/+1 |
| | |||||
* | fixes yet another option type | Araq | 2014-04-03 | 1 | -0/+47 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 4 | -0/+149 |