mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
0ecf74e434
* add `nextDirEntry` which returns `Maybe String`, so `Nothing` on the end of directory unlike `dirEntry` which returns unspecified error on the end of directory * `dirEntry` is deprecated now, but not removed because compiler depends on it * native implementation of `dirEntry` is patched to explicitly reset `errno` before the `readdir` call: without it end of directory and error were indistinguishable * test added
4 lines
78 B
Plaintext
Executable File
4 lines
78 B
Plaintext
Executable File
rm -rf build
|
|
|
|
$1 --no-color --console-width 0 --no-banner ReadDir.idr < input
|