Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes a collect() bug reported on the forum (#15156) [backport:1.2] | Andreas Rumpf | 2020-08-04 | 1 | -1/+1 |
| | |||||
* | fixes #15130 (#15141) | Andreas Rumpf | 2020-08-01 | 1 | -1/+5 |
| | | | | | * fixes #15130 * you really have to copy from cursors | ||||
* | fixes #15111 (#15136) | Andreas Rumpf | 2020-08-01 | 1 | -0/+2 |
| | |||||
* | cursor and mutation tracking fixes (#15113) | Andreas Rumpf | 2020-07-30 | 1 | -56/+239 |
| | | | | | | | | * fixes #15110 * fixes #15096 * prepare varpartitions for cursor inference * new cursor inference begins to work * make tests green | ||||
* | strict func: much better error messages (#15068) | Andreas Rumpf | 2020-07-25 | 1 | -33/+73 |
| | | | | | * strict func: much better error messages * documented the 'strict funcs' mode | ||||
* | writing to a location counts as "side effect"; implements ↵ | Andreas Rumpf | 2020-07-25 | 1 | -0/+243 |
https://github.com/nim-lang/RFCs/issues/234 (#15030) |