Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stdlib tests now check refc too (#21664) | ringabout | 2023-04-21 | 1 | -0/+1 |
| | | | | | | | | | | | * stdlib tests now check refc too * typo * fixes line numbers * disable cpp * do not touch | ||||
* | Fix #20628 for Windows (#20667) | Andrey Makarov | 2022-10-28 | 1 | -7/+7 |
| | | | | | | | * Fix #20628 for Windows * Move isRegular - !isSpecial and onlyRegular - skipSpecial * Forgot to change it in 1 more place | ||||
* | Implement Unix file regularity check (#20448) (#20628) | Andrey Makarov | 2022-10-25 | 1 | -1/+28 |
| | | | | | * Implement Unix file regularity check * update std/dirs also | ||||
* | make more standard libraries work with `nimPreviewSlimSystem` (#20343) | ringabout | 2022-09-27 | 1 | -0/+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 #18565 (#18593) | Andreas Rumpf | 2021-07-27 | 1 | -0/+1 |
| | | | * fixes #18565 | ||||
* | {.deprecated: [existsFile: fileExists].} (#14735) | Timothee Cour | 2020-07-02 | 1 | -1/+1 |
| | | | | | | | | | * {.deprecated: [existsFile: fileExists].} * s/existsFile/fileExists/ except under deps * workaround pending #14819 * fix test | ||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | system.nim: remove deprecated symbols | Andreas Rumpf | 2018-06-28 | 1 | -2/+2 |
| | |||||
* | added a warning that the .deprecate statement is unreliable for routines | Andreas Rumpf | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | make tgetfileinfo work on Windows | Araq | 2016-10-24 | 1 | -8/+16 |
| | |||||
* | tests: add more tests for getFileInfo() | Simon Ruderich | 2016-09-17 | 1 | -1/+31 |
| | |||||
* | Fix tests a bit more | def | 2015-03-10 | 1 | -4/+4 |
| | |||||
* | Clean up tests/stdlib | def | 2015-02-04 | 1 | -3/+6 |
| | | | | | | | 2 tests still fail: - tircbot would need a benign pragma because of the locks - tgetfileinfo uses os.getFileInfo() on nil, which segfaults instead of throwing an exception as the tester expects | ||||
* | Added tests for getFileInfo proc. | Clay Sweetser | 2014-04-16 | 1 | -0/+93 |