Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | strict effects (#18777) | Andreas Rumpf | 2021-09-02 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | * fixes #17369 * megatest is green for --cpu:arm64 * docgen output includes more tags/raises * implemented 'effectsOf' * algorithm.nim: uses new effectsOf annotation * closes #18376 * closes #17475 * closes #13905 * allow effectsOf: [a, b] * added a test case * parameters that are not ours cannot be declared as .effectsOf * documentation * manual: added the 'sort' example * bootstrap with the new better options | ||||
* | Fix handling of reraise in effect tracking (#10582) | LemonBoy | 2019-02-07 | 1 | -0/+12 |
This is the MVP in order not to get a completely useless error message from the compiler. Fixes #10579 |