Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-03 | Fix Perl, again... | John Ericson | |
2020-07-03 | Fix Perl | John Ericson | |
2020-07-03 | Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into ↵ | John Ericson | |
better-ca-parse-errors | |||
2020-07-03 | Merge branch 'master' of github.com:NixOS/nix into hash-always-has-type | John Ericson | |
2020-07-03 | nix develop: Fix bad regex | Eelco Dolstra | |
This was accepted by libstdc++ but not libc++. https://hydra.nixos.org/build/123569154 | |||
2020-07-03 | Shut up a clang warning | Eelco Dolstra | |
2020-07-03 | Merge pull request #3778 from tweag/parallel-tests | Eelco Dolstra | |
Parallel tests fixes | |||
2020-07-03 | Hopefully fix macOS test failure | Eelco Dolstra | |
2020-07-03 | Shorten the path to the test root | regnat | |
Fix a socket length failure on the OSX builders | |||
2020-07-03 | Fix the test dependencies | regnat | |
Reuse the pre-existing list rather than the one written as part of #3777 | |||
2020-07-02 | Have `splitPrefix` and `splitPrefixTo` parser helpers | John Ericson | |
2020-07-02 | Move `getParsedTypeAndSRI` to a more suitable location | John Ericson | |
Also mark it static | |||
2020-07-02 | Merge branch 'hash-always-has-type' into HEAD | John Ericson | |
2020-07-02 | Fix Narinfo corruption detection bug | John Ericson | |
The aim of this check was just to ensure each key occurs once. | |||
2020-07-02 | Add test for nix develop | Eelco Dolstra | |
2020-07-02 | Fix abort in 'nix develop' | Eelco Dolstra | |
2020-07-02 | Tighten parsing for drv files and pathinfo | Carlo Nucera | |
2020-07-02 | Write the implementation for parseNonSRIUnprefixed | Carlo Nucera | |
2020-07-02 | Abstract common parsing functionality | Carlo Nucera | |
2020-07-02 | Inline and simplify in parseAnyPrefixed | Carlo Nucera | |
2020-07-02 | Rename fromSRI to parseSRI for constistency | Carlo Nucera | |
2020-07-02 | Get rid of the std::pair | Carlo Nucera | |
2020-07-02 | Inline newFunction | Carlo Nucera | |
2020-07-02 | Fix test suite | Carlo Nucera | |
2020-07-02 | Set gc-reserved-space to 0 in tests | Eelco Dolstra | |
This reduces the amount of disk space needed to run the tests from half a gigabyte to 10 megabytes. | |||
2020-07-02 | Merge branch 'parallel-tests' of https://github.com/tweag/nix | Eelco Dolstra | |
2020-07-02 | Make the gc-auto test more reliable | regnat | |
Use a fifo pipe to handle the synchronisation between the different threads rather than relying on delays | |||
2020-07-02 | Make the gc-concurrent test more reliable | regnat | |
Use a fifo pipe to handle the synchronisation between the different threads rather than relying on delays | |||
2020-07-02 | Run the tests in parallel | regnat | |
Cause the time needed to run the testsuite to drop from ~4mins to ~40s | |||
2020-07-01 | Rename two hash constructors to proper functions | Carlo Nucera | |
2020-07-01 | Inline Hash::init() | Carlo Nucera | |
2020-07-01 | Remove unused import | Carlo Nucera | |
2020-07-01 | Keep the previous name, for diffing | Carlo Nucera | |
2020-07-01 | Correct FIXMEs in libfetchers | Carlo Nucera | |
2020-07-01 | Fixed build, we still have test errors | Carlo Nucera | |
2020-07-01 | Cleanup | Eelco Dolstra | |
2020-07-01 | Merge branch 'remote-query-outputs' of https://github.com/tweag/nix | Eelco Dolstra | |
2020-06-30 | WIP initial design | Carlo Nucera | |
2020-06-30 | Merge pull request #3767 from bburdette/pos-null-check | Eelco Dolstra | |
Pos null check | |||
2020-06-30 | invalid pos check | Ben Burdette | |
2020-06-30 | check for a null symbol | Ben Burdette | |
2020-06-30 | Factor the prefix splitting in hash | Carlo Nucera | |
2020-06-30 | Factor the prefix splitting in content-address | Carlo Nucera | |
2020-06-30 | Create the spitPrefix function in parser.hh | Carlo Nucera | |
2020-06-29 | NAR parser: Fix missing name field check | Eelco Dolstra | |
Discovered by @Kloenk. | |||
2020-06-29 | Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into ↵ | John Ericson | |
better-ca-parse-errors | |||
2020-06-29 | Merge remote-tracking branch 'upstream/master' into hash-always-has-type | John Ericson | |
2020-06-29 | Merge pull request #3729 from obsidiansystems/simpler-hased-mirror | Eelco Dolstra | |
hashed-mirrors: Use parsed derivation output rather than reconstructing it | |||
2020-06-29 | Merge pull request #3749 from rodarima/master | Eelco Dolstra | |
Fall back to copyPath if link fails with EPERM | |||
2020-06-28 | Merge pull request #3758 from ↵ | Domen Kožar | |
NixOS/dependabot/github_actions/cachix/install-nix-action-v10 Bump cachix/install-nix-action from v8 to v10 |