summary refs log tree commit diff stats
path: root/tests/effects/tfuncs_cannot_mutate.nim
Commit message (Expand)AuthorAgeFilesLines
* alternative, much simpler algorithm for strict func checking (#21066)Andreas Rumpf2022-12-111-7/+3
* close #17636 (#17643)flywind2021-04-061-2/+2
* strict funcs: use control flow information for a more precise analysis (#15271)Andreas Rumpf2020-09-061-3/+8
* strict func: much better error messages (#15068)Andreas Rumpf2020-07-251-1/+4
* writing to a location counts as "side effect"; implements https://github.com/...Andreas Rumpf2020-07-251-0/+31