Idris2/tests/base
Stiopa Koltsov 0ecf74e434 System.Directory.nextDirEntry
* 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
2021-07-17 14:57:27 +01:00
..
control_app001 Move rm -rf to the beginning of the test 2021-07-13 22:54:53 +01:00
data_bits001 Move rm -rf to the beginning of the test 2021-07-13 22:54:53 +01:00
data_string_lines001 Change semantics of lines and unlines function to match Haskell and other languages (#1585) 2021-07-17 14:54:23 +01:00
data_string_unlines001 Change semantics of lines and unlines function to match Haskell and other languages (#1585) 2021-07-17 14:54:23 +01:00
system_directory System.Directory.nextDirEntry 2021-07-17 14:57:27 +01:00
system_errno Move rm -rf to the beginning of the test 2021-07-13 22:54:53 +01:00
system_file001 Move rm -rf to the beginning of the test 2021-07-13 22:54:53 +01:00
system_info001 Move rm -rf to the beginning of the test 2021-07-13 22:54:53 +01:00
system_info_os001 Move rm -rf to the beginning of the test 2021-07-13 22:54:53 +01:00
system_signal001 Move rm -rf to the beginning of the test 2021-07-13 22:54:53 +01:00
system_signal002 Move rm -rf to the beginning of the test 2021-07-13 22:54:53 +01:00
system_signal003 Move rm -rf to the beginning of the test 2021-07-13 22:54:53 +01:00
system_signal004 Replace per signal counter with per signal flag 2021-07-16 11:31:53 +01:00
system_system Move rm -rf to the beginning of the test 2021-07-13 22:54:53 +01:00