summary refs log tree commit diff stats
path: root/tests/errmsgs/tsigmatch2.nim
Commit message (Collapse)AuthorAgeFilesLines
* Named arguments in commands + many grammar fixes (#20994)metagn2022-12-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Breaking parser changes, implement https://github.com/nim-lang/RFCs/issues/442 Types are separated from expressions and better reflected in the grammar. * add test * more accurate grammar * fix keyword typedescs * accept expressions in proc argument lists * CI "fixes" * fixes * allow full ref expressions again, adapt old tests * cleanup, fix some tests * improve grammar, try and revert semtypes change * restrict sigil binding to identOrLiteral * fix, should have caught this immediately * add changelog entry, fix double not nil bug * correct grammar * change section * fix * real fix hopefully * fix test * support LL(1) for tuples * make grammar.txt too
* fixes #12741 (#14005)Andreas Rumpf2020-04-191-1/+1
| | | | * fixes #12741 * updated tests
* fix #13538 sigmatch errors are now sorted (#13701)Timothee Cour2020-03-201-4/+4
| | | | | | | * fix #13538 sigmatch now sorted and has reliable order * re-enable tests that were disabled because of that bug * fix remaining tests and un-disable 2 other tests that were affected by this bug
* fixes #5170 (#13589)Andreas Rumpf2020-03-051-2/+2
| | | | | | * fixes #5170 * make tests green
* fix #13182: `proc fun(a: varargs[Foo, conv])` now can be overloaded (#13345) ↵Timothee Cour2020-02-071-0/+47
[backport]