Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make more standard libraries work with `nimPreviewSlimSystem` (#20343) | ringabout | 2022-09-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last | ||||
* | use sink and lent in deques (#17661) | flywind | 2021-04-07 | 1 | -2/+51 |
| | | | | | | | | | * use sink and lent in deques * Update lib/pure/collections/deques.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de> Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 1 | -25/+25 |
| | |||||
* | improve tests for collections (#16328) | Timothee Cour | 2020-12-12 | 1 | -0/+139 |
* improve tests for collections * remove remaining code blocks in deques.nim * improve runnableExamples |