summary refs log tree commit diff stats
path: root/tests/effects/tstrictfuncs_misc.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #21393 and misc style changes (#21419)Andreas Rumpf2023-02-241-1/+1
| | | | | | | | | * fixes #21393 and misc style changes * progress --------- Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>
* alternative, much simpler algorithm for strict func checking (#21066)Andreas Rumpf2022-12-111-0/+65
* 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