summary refs log tree commit diff stats
path: root/tests/misc/t11634.nim
Commit message (Collapse)AuthorAgeFilesLines
* tuple unpacking for vars as just sugar, allowing nesting (#21563)metagn2023-03-281-3/+0
| | | | | | | | | | | | | | | | | | | * tuple unpacking for vars as just sugar, allowing nesting * set temp symbol AST * hopeful fix some issues, add test for #19364 * always use temp for consts * document, fix small issue * fix manual indentation * actually fix manual * use helper proc * don't resem temp tuple assignment
* fix #11634 (#21146)Bung2022-12-231-0/+20