Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #22669 constructor pragma doesnt init Nim default fields (#22670) | Juan M Gómez | 2023-09-10 | 1 | -1/+34 |
| | | | | | | | fixes #22669 constructor pragma doesnt init Nim default fields --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | fixes #22662 Procs with constructor pragma doesn't initialize object's ↵ | Juan M Gómez | 2023-09-08 | 1 | -1/+22 |
| | | | | | | | | | | fields (#22665) fixes #22662 Procs with constructor pragma doesn't initialize object's fields --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | Implements: [C++] constructor pragma improvement (fix #21921) (#21916) | Juan M Gómez | 2023-05-30 | 1 | -2/+33 |
| | | | | | | | | | | | | | | | * implements: [C++] constructor pragma improvement (fix #21921) t * fix test so it doesnt use echo in globals * Update compiler/ccgtypes.nim * Update lib/std/private/dragonbox.nim --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | actually fixes #21889 "constructor pragma doing nothing in globals" (#21897) | Juan M Gómez | 2023-05-24 | 1 | -0/+24 |
actually fixes #21889 |