summary refs log tree commit diff stats
path: root/tests/converter/tconverter_unique_ptr.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` ↵ringabout2023-11-251-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öring2018-12-111-4/+3
|
* More converter fixes (#9737)cooldome2018-11-261-7/+53
| | | | | | * fixes #9735 * fixes #9736 * fixes #3503
* Converter bug fixes (#9700)cooldome2018-11-151-0/+107
* Fixes #9698 * Fixes #9699