summary refs log tree commit diff stats
path: root/tests/errmsgs/tassignunpack.nim
Commit message (Collapse)AuthorAgeFilesLines
* type annotations for variable tuple unpacking, better error messages (#22611)metagn2023-09-011-1/+1
| | | | | | | | | * type annotations for variable tuple unpacking, better error messages closes #17989, closes https://github.com/nim-lang/RFCs/issues/339 * update grammar * fix test
* round out tuple unpacking assignment, support underscores (#22537)metagn2023-08-241-1/+1
| | | | | | | | | | | | | | | * round out tuple unpacking assignment, support underscores fixes #18710 * fix test messages * use discard instead of continue Co-authored-by: Andreas Rumpf <rumpf_a@web.de> --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* cheap fix for #10853 + better tuple subscript error message (#21767)metagn2023-05-021-0/+3
* cheap fix for #10853 * also better tuple subscript error message * weird