Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566) | Timothee Cour | 2021-07-23 | 1 | -5/+5 |
| | |||||
* | make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531) | Timothee Cour | 2021-07-20 | 1 | -20/+97 |
| | | | | | | * compiler/vmhooks: add getVar to allow vmops with var params * addFloat vmops with var param * cgen now renders float32 literals in c backend using roundtrip float to string | ||||
* | make dragonbox opt-in via -d:nimFpRoundtrips (#18504) | Andreas Rumpf | 2021-07-16 | 1 | -0/+4 |
| | | | | | | | * make dragonbox opt-in via -d:nimFpRoundtrips * make tests green again * make tests green again | ||||
* | fix #7717 roundtrip float to string; fix `parseFloat` for js (#18248) | Timothee Cour | 2021-06-13 | 1 | -0/+84 |
* refs #7717 roundtrip float to string * make parseFloat more correct * improve float tests * improve float tests * cleanup |