summary refs log tree commit diff stats
path: root/tests/stdlib/toids.nim
Commit message (Collapse)AuthorAgeFilesLines
* oids sticks to 24 length strings; fixes breaking changes (#20546)ringabout2022-10-121-1/+1
| | | oids sticks 24 length strings
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-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
* fixes #20285; prevent oid time overflow at year 2038 (#20338)ringabout2022-09-221-1/+10
| | | | | | | | | | | | | | | * Revert "fixes #20285; prevent oid time overflow at year 2038" This reverts commit dfcdb6ec2ab6a5fa53b6a99294a84fd122be8f8d. * increase time to 64 bits and clean up * add testcase * inline consts * add a changelog * fixes #20285; prevent oid time overflow at year 2038
* oids: switch from PRNG to random module (#16203)flywind2021-01-071-0/+6
* switch from PRNG to random module * fix the regression * comments + tests * runnableExamples * make oids better