diff options
author | Benno Fünfstück <benno.fuenfstueck@gmail.com> | 2017-05-15T08·17+0200 |
---|---|---|
committer | Benno Fünfstück <benno.fuenfstueck@gmail.com> | 2017-05-15T08·23+0200 |
commit | 75a1d9849d7355c227ce76be17809a71852956b3 (patch) | |
tree | 57f35b24c533fcd3280a4399a068c9fac5f77b71 /tests/nar-index.sh | |
parent | 510bc1735b3507b0f434303fdec5e824c879c838 (diff) |
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.
Diffstat (limited to 'tests/nar-index.sh')
0 files changed, 0 insertions, 0 deletions