nix-super/src
Benno Fünfstück 75a1d9849d nar-accessor: use tree, fixes readDirectory missing children
Previously, if a directory `foo` existed and a file `foo-` (where `-` is any character that is sorted before `/`), then  `readDirectory` would return an empty list.

To fix this, we now use a tree where we can just access the children of the node, and do not need to rely on sorting behavior to list the contents of a directory.
2017-05-15 10:23:16 +02:00
..
boost Shut up some warnings 2017-04-14 14:42:20 +02:00
build-remote build-remote: Check remote build status 2017-05-08 14:27:12 +02:00
buildenv Fix Fedora build 2016-08-30 13:56:22 +02:00
libexpr Figure out the user's home directory if $HOME is not set 2017-05-05 17:08:23 +02:00
libmain Factor out --json 2017-04-24 14:21:36 +02:00
libstore nar-accessor: use tree, fixes readDirectory missing children 2017-05-15 10:23:16 +02:00
libutil Figure out the user's home directory if $HOME is not set 2017-05-05 17:08:23 +02:00
linenoise Replace readline by linenoise 2017-05-10 18:37:42 +02:00
nix Replace readline by linenoise 2017-05-10 18:37:42 +02:00
nix-build nix-shell: Implement passAsFile 2017-05-03 15:01:15 +02:00
nix-channel Figure out the user's home directory if $HOME is not set 2017-05-05 17:08:23 +02:00
nix-collect-garbage printMsg(lvlError, ...) -> printError(...) etc. 2016-09-21 16:54:53 +02:00
nix-copy-closure build-remote: Don't require signatures 2017-05-01 20:03:25 +02:00
nix-daemon Don't allow untrusted users to set info.ultimate 2017-05-11 13:58:09 +02:00
nix-env Figure out the user's home directory if $HOME is not set 2017-05-05 17:08:23 +02:00
nix-instantiate Allow setting the state directory as a store parameter 2016-06-02 16:02:48 +02:00
nix-prefetch-url runProgram(): Distinguish between empty input and no input 2017-03-15 16:50:19 +01:00
nix-store Doh 2017-04-26 17:58:09 +02:00
resolve-system-dependencies printMsg(lvlError, ...) -> printError(...) etc. 2016-09-21 16:54:53 +02:00