Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | alternative, much simpler algorithm for strict func checking (#21066) | Andreas Rumpf | 2022-12-11 | 1 | -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 Rumpf | 2021-06-09 | 1 | -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> |