-
-
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: 8f4184739452
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: c277231b7d8c
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 19 files changed
- 3 contributors
Commits on Apr 13, 2020
-
SourceExprCommand: allocate the vSourceExpr via uncollectable memory
Previously the memory would occasionally be collected during eval since the GC doesn't consider the member variable as alive / doesn't scan the region of memory where the pointer lives. By using the traceable_allocator<T> allocator provided by Boehm GC we can ensure the memory isn't collected. It should be properly freed when SourceExprCommand goes out of scope.
Configuration menu - View commit details
-
Copy full SHA for d2c3719 - Browse repository at this point
Copy the full SHA d2c3719View commit details
Commits on Apr 14, 2020
-
Motivation: maintain project-level configuration files. Document the whole situation a bit better so that it corresponds to the implementation, and add NIX_USER_CONF_FILES that allows overriding which user files Nix will load during startup.
Configuration menu - View commit details
-
Copy full SHA for 895516c - Browse repository at this point
Copy the full SHA 895516cView commit details
Commits on Apr 15, 2020
-
Merge pull request #3458 from zimbatm/nix-user-conf-dir
NIX_USER_CONF_FILES
Configuration menu - View commit details
-
Copy full SHA for a118293 - Browse repository at this point
Copy the full SHA a118293View commit details -
Merge pull request #3492 from andir/nix-build-gc-free
SourceExprCommand: allocate the vSourceExpr via uncollectable memory
Configuration menu - View commit details
-
Copy full SHA for 2f9789c - Browse repository at this point
Copy the full SHA 2f9789cView commit details
Commits on Apr 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1290411 - Browse repository at this point
Copy the full SHA 1290411View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e5eea - Browse repository at this point
Copy the full SHA b3e5eeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10e17ea - Browse repository at this point
Copy the full SHA 10e17eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f46f54 - Browse repository at this point
Copy the full SHA 9f46f54View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcd048a - Browse repository at this point
Copy the full SHA fcd048aView commit details -
Logger: Add method for writing to stdout
Usually this just writes to stdout, but for ProgressBar, we need to clear the current line, write the line to stdout, and then redraw the progress bar. (cherry picked from commit 696c026)
Configuration menu - View commit details
-
Copy full SHA for 67a5941 - Browse repository at this point
Copy the full SHA 67a5941View commit details -
Configuration menu - View commit details
-
Copy full SHA for efaffaa - Browse repository at this point
Copy the full SHA efaffaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0858738 - Browse repository at this point
Copy the full SHA 0858738View commit details -
Configuration menu - View commit details
-
Copy full SHA for f89349f - Browse repository at this point
Copy the full SHA f89349fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c277231 - Browse repository at this point
Copy the full SHA c277231View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8f4184739452...c277231b7d8c