summary refs log tree commit diff stats
path: root/tests/effects/tfuncs_cannot_mutate2.nim
Commit message (Collapse)AuthorAgeFilesLines
* alternative, much simpler algorithm for strict func checking (#21066)Andreas Rumpf2022-12-111-5/+2
| | | | | | | | | | | | | * alternative, much simpler algorithm for strict func checking * forgot to git add new compiler module * new spec is incredibly simple to describe * fixes bigints regression * typos * closes #16305; closes #17387; closes #20863
* make strict funcs analysis smarter (#18219)Andreas Rumpf2021-06-091-0/+27
* make strict funcs analysis smarter: varParam[i] = v is different from varParam[i][] = v * added a test case * Update compiler/varpartitions.nim Co-authored-by: Clyybber <darkmine956@gmail.com>