summary refs log tree commit diff stats
path: root/tests/effects/tfuncs_cannot_mutate.nim
Commit message (Collapse)AuthorAgeFilesLines
* strict funcs: use control flow information for a more precise analysis (#15271)Andreas Rumpf2020-09-061-3/+8
| | | | | * strict funcs: use control flow information for a more precise analysis * cursor inference uses control flow information
* strict func: much better error messages (#15068)Andreas Rumpf2020-07-251-1/+4
| | | | | * strict func: much better error messages * documented the 'strict funcs' mode
* writing to a location counts as "side effect"; implements ↵Andreas Rumpf2020-07-251-0/+31
https://github.com/nim-lang/RFCs/issues/234 (#15030)