-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: NixOS/nix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f134fc4cbecc
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: edbb105e98b1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 4 files changed
- 2 contributors
Commits on May 15, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for 75a1d98 - Browse repository at this point
Copy the full SHA 75a1d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4412f7c - Browse repository at this point
Copy the full SHA 4412f7cView commit details -
nar-accessor: non-recursive NarMember::find
This avoids a possible stack overflow if directories are very deeply nested.
Configuration menu - View commit details
-
Copy full SHA for 5ee06e6 - Browse repository at this point
Copy the full SHA 5ee06e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1f428b - Browse repository at this point
Copy the full SHA a1f428bView commit details
Commits on May 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for edbb105 - Browse repository at this point
Copy the full SHA edbb105View commit details
There are no files selected for viewing