Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` ↵ | ringabout | 2023-11-25 | 1 | -9/+6 |
| | | | | | | | | | | | | | | | | | | (#22975) fixes #22286 ref https://forum.nim-lang.org/t/10642 For backwards compatibilities, we might need to keep the changes under a preview compiler flag. Let's see how many packags it break. **TODO** in the following PRs - [ ] Turn the `var T` destructors warning into an error with `nimPreviewNonVarDestructor` --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -4/+3 |
| | |||||
* | More converter fixes (#9737) | cooldome | 2018-11-26 | 1 | -7/+53 |
| | | | | | | * fixes #9735 * fixes #9736 * fixes #3503 | ||||
* | Converter bug fixes (#9700) | cooldome | 2018-11-15 | 1 | -0/+107 |
* Fixes #9698 * Fixes #9699 |