mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-12 01:22:01 +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
3 lines
14 B
Plaintext
3 lines
14 B
Plaintext
:exec main
|
|
:q
|