summary refs log tree commit diff stats
path: root/tests/init/tlet.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #21043; fixes a named exception in the infixAs expression which ↵ringabout2022-12-121-1/+22
| | | | | | | | | | | generate an implicit uninitialized let statement (#21081) * fixes #21043; fixes a named exception in the infixAs expression which generate an implicit uninitialized let statement * Update compiler/sempass2.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de> Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* definite assignment analysis for let (#21024)ringabout2022-12-061-0/+34
* draft for let daa * patch * fixes bugs * errors for global let variable reassignments * checkpoint * out param accepts let * add more tests * add documentation * merge tests