summary refs log tree commit diff stats
path: root/tests/tuples/tfortupleunpack.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix loop tuple unpacking in templates (#11174)nc-x2019-05-051-0/+9
| | | | | | * Fix loop tuple unpacking in templates * Add test
* Fixes #10727. (#10728)deech2019-02-251-1/+5
|
* Tuple unpacking now works for `for` vars (#10152)Neelesh Chandola2019-02-231-0/+39
* Tuple unpacking now works for `for` vars * Give error if length of tuple vars != length of tuple * Fix error message showing wrong tuple length * unpacking now works now for mutable items * Update changelog