-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Comparing changes
Open a pull request
base repository: NixOS/nix
base: 62f712c8aedc
head repository: NixOS/nix
compare: 6fadb3fc03a1
Commits on Jan 5, 2020
-
build: fix sandboxing on darwin
Starting ba87b08 getEnv now returns an std::optional which means these getEnv() != "" conditions no longer happen if the variables are not defined.
Configuration menu - View commit details
-
Copy full SHA for 66fccd5 - Browse repository at this point
Copy the full SHA 66fccd5View commit details
Commits on Jan 6, 2020
-
Merge pull request #3303 from LnL7/darwin-sandbox
build: fix sandboxing on darwin
Configuration menu - View commit details
-
Copy full SHA for e2988f4 - Browse repository at this point
Copy the full SHA e2988f4View commit details -
Fix use of uninitialized store path
Fixes 'building of '/nix/store/00000000000000000000000000000000-': ...'.
Configuration menu - View commit details
-
Copy full SHA for bc22a7e - Browse repository at this point
Copy the full SHA bc22a7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb2d348 - Browse repository at this point
Copy the full SHA cb2d348View commit details -
Add support for \u escape in fromJSON
As fromTOML supports \u and \U escapes, bring fromJSON on par. As JSON defaults to UTF-8 encoding (every JSON parser must support UTF-8), this change parses the `\u hex hex hex hex` sequence (\u followed by 4 hexadecimal digits) into an UTF-8 representation. Add a test to verify correct parsing, using all escape sequences from json.org.
Configuration menu - View commit details
-
Copy full SHA for 52a8f92 - Browse repository at this point
Copy the full SHA 52a8f92View commit details
Commits on Jan 7, 2020
-
Merge pull request #3305 from knl/interpret-u-escapes-in-JSON-strings
Add support for unicode escape sequences in fromJSON
Configuration menu - View commit details
-
Copy full SHA for 04bbfa6 - Browse repository at this point
Copy the full SHA 04bbfa6View commit details
Commits on Jan 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f1fac0b - Browse repository at this point
Copy the full SHA f1fac0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a350d0b - Browse repository at this point
Copy the full SHA a350d0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ccfa7c - Browse repository at this point
Copy the full SHA 7ccfa7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3895e78 - Browse repository at this point
Copy the full SHA 3895e78View commit details
Commits on Jan 10, 2020
-
Merge pull request #3307 from yorickvP/yorickvp/nlohmann-fromJSON
builtins.fromJSON: use nlohmann/json parser instead of custom parser
Configuration menu - View commit details
-
Copy full SHA for 72a5075 - Browse repository at this point
Copy the full SHA 72a5075View commit details -
Merge pull request #3308 from trusktr/patch-1
Add a link to official channels in the docs.
Configuration menu - View commit details
-
Copy full SHA for 6f046fa - Browse repository at this point
Copy the full SHA 6f046faView commit details
Commits on Jan 11, 2020
-
libexpr: show expression in assertion errors
Includes the expression of the condition in the assertion message if the assertion failed, making assertions much easier to debug. eg. error: assertion (withPython -> (python2Packages != null)) failed at pkgs/tools/security/nmap/default.nix:11:1
Configuration menu - View commit details
-
Copy full SHA for 307bcb9 - Browse repository at this point
Copy the full SHA 307bcb9View commit details
Commits on Jan 13, 2020
-
5
Configuration menu - View commit details
-
Copy full SHA for 30c9ca3 - Browse repository at this point
Copy the full SHA 30c9ca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 835e541 - Browse repository at this point
Copy the full SHA 835e541View commit details -
Configuration menu - View commit details
-
Copy full SHA for c86c71c - Browse repository at this point
Copy the full SHA c86c71cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d64ab51 - Browse repository at this point
Copy the full SHA d64ab51View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfaa4db - Browse repository at this point
Copy the full SHA bfaa4dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3181e2 - Browse repository at this point
Copy the full SHA c3181e2View commit details -
build: remove warning when in sandboxing test mode
Introduced in 66fccd5, but somehow breaks the secure-drv-outputs test.
Configuration menu - View commit details
-
Copy full SHA for 8b3217f - Browse repository at this point
Copy the full SHA 8b3217fView commit details
Commits on Jan 14, 2020
-
doc: touchup release notes for 2.3
- At the top of the release notes, we announce sandboxing is now enabled by default, then at the bottom it says it's now disabled when missing kernel support. These can be merged into one point for clarity. - The point about `max-jobs` defaulting to 1 appears unrelated to sandboxing.
Configuration menu - View commit details
-
Copy full SHA for 5d24e18 - Browse repository at this point
Copy the full SHA 5d24e18View commit details -
Merge pull request #3318 from bhipple/doc/relnotes-2.3
doc: touchup release notes for 2.3
Configuration menu - View commit details
-
Copy full SHA for e74b221 - Browse repository at this point
Copy the full SHA e74b221View commit details -
Merge pull request #3316 from LnL7/fix-secure-drv-outputs
build: remove warning when in sandboxing test mode
Configuration menu - View commit details
-
Copy full SHA for 8b09105 - Browse repository at this point
Copy the full SHA 8b09105View commit details
Commits on Jan 21, 2020
-
Fix derivation computation with __structuredAttrs and multiple outputs
Fixes error: derivation '/nix/store/klivma7r7h5lndb99f7xxmlh5whyayvg-zlib-1.2.11.drv' has incorrect output '/nix/store/fv98nnx5ykgbq8sqabilkgkbc4169q05-zlib-1.2.11-dev', should be '/nix/store/adm7pilzlj3z5k249s8b4wv3scprhzi1-zlib-1.2.11-dev'
Configuration menu - View commit details
-
Copy full SHA for aef635d - Browse repository at this point
Copy the full SHA aef635dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fadb3f - Browse repository at this point
Copy the full SHA 6fadb3fView commit details
There are no files selected for viewing