mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-11 14:23:19 +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 |
||
---|---|---|
.. | ||
control_app001 | ||
data_bits001 | ||
data_string_lines001 | ||
data_string_unlines001 | ||
system_directory | ||
system_errno | ||
system_file001 | ||
system_info001 | ||
system_info_os001 | ||
system_signal001 | ||
system_signal002 | ||
system_signal003 | ||
system_signal004 | ||
system_system |