Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-11 | Merge branch 'master' into errors-phase-2 | Ben Burdette | |
2020-05-11 | comments and cleanup | Ben Burdette | |
2020-05-11 | switch from printError warnings to logWarnings | Ben Burdette | |
2020-05-11 | Merge pull request #3568 from kolloch/outputHashModeError | Domen Kožar | |
libstore/build.cc: more explicit error about form of output | |||
2020-05-11 | Update src/libstore/build.cc | Domen Kožar | |
2020-05-11 | Merge pull request #3581 from TerrorJack/patch-1 | Domen Kožar | |
Update "Upgrading Nix" documentation | |||
2020-05-11 | Merge pull request #3582 from bhipple/doc/fixed-output | Domen Kožar | |
doc: consistently refer to 'fixed-output' with a dash | |||
2020-05-09 | Merge pull request #3580 from dmedinag/patch-1 | Domen Kožar | |
Fix typo | |||
2020-05-09 | doc: consistently refer to 'fixed-output' with a dash | Benjamin Hipple | |
General cleanup that makes it easier to search for the term. | |||
2020-05-09 | Update "Upgrading Nix" documentation | Shao Cheng | |
This PR proposes two changes to the "Upgrading Nix" documentation: * Besides updating `nixpkgs.nix`, we also update `nixpkgs.cacert`, so that the certificates are up-to-date as well. * Add the instructions for multi-user mode on Linux. | |||
2020-05-09 | Fix typo | Dani | |
2020-05-08 | add pos to errorinfo, remove from hints | Ben Burdette | |
2020-05-08 | Merge pull request #3571 from gilligan/nix-unit-testing | Eelco Dolstra | |
Add unit tests | |||
2020-05-08 | Enable toLower umlauts test | Tobias Pflug | |
Update comment and enable the test | |||
2020-05-08 | Enable `baseNameOf` test | Tobias Pflug | |
Add note about removal of trailing slashes in the doc comment of baseNameOf and enabled the test. | |||
2020-05-08 | Enable `dirOf` test | Tobias Pflug | |
Adjusted the doc comment for `dirOf` to reflect the implementation behavior. | |||
2020-05-08 | configure: Look for gtest | Eelco Dolstra | |
2020-05-08 | Don't install unit tests | Eelco Dolstra | |
2020-05-08 | make check: Run unit tests | Eelco Dolstra | |
2020-05-08 | Fix warning | Eelco Dolstra | |
2020-05-08 | Move unit tests to sr/libutil/tests, use mk make rules | Eelco Dolstra | |
2020-05-07 | pretending to be const | Ben Burdette | |
2020-05-07 | Drop unnecessary std::string | Tobias Pflug | |
2020-05-07 | Remove replaceInSet | Tobias Pflug | |
The function isn't being used anywhere so it seems safe to remove | |||
2020-05-07 | Use ASSERT_EQ instead of ASSERT_STREQ | Tobias Pflug | |
No need to use `c_str()` in combination with `ASSERT_STREQ`. It's possible to just use ASSERT_EQ on std::string | |||
2020-05-07 | Manual: Typo | Eelco Dolstra | |
2020-05-07 | Manual: Fix typo | Eelco Dolstra | |
2020-05-06 | todo removal | Ben Burdette | |
2020-05-06 | implement SysError errno handling | Ben Burdette | |
2020-05-06 | Merge pull request #3570 from Mic92/nix-search | Domen Kožar | |
nix/search: no error for empty search results if json is enabled | |||
2020-05-06 | WIP: add unit tests for libutil | Tobias Pflug | |
This is a proof on concept to evaluate writing unit tests for Nix using google test (https://github.com/google/googletest). In order to execute tests: $ make unit-tests $ ./unit-tests The Makefile rules for `unit-tests` is a complete hack. | |||
2020-05-06 | nix/search: no error for empty search results if json is enabled | Jörg Thalheim | |
- result list will be always empty if --json is passed - for scripts an empty search result is not really an error, we rather want to distinguish between evaluation errors and empty results | |||
2020-05-06 | Merge pull request #3546 from guibou/nix_readfile_on_0_sized_files | Eelco Dolstra | |
builtins.readFile: do not truncate content | |||
2020-05-06 | Merge pull request #3557 from Ma27/nix-repl-help | Eelco Dolstra | |
Improve help-message for nix-repl | |||
2020-05-06 | libstore/build.cc: more explicit about form of output | Peter Kolloch | |
Be more explicit about why we expect a regular file as output when outputHashMode=flat for a fixed output derivation. | |||
2020-05-06 | Merge pull request #3562 from pikajude/master | Eelco Dolstra | |
Use fragment size for autoGC capacity calculation | |||
2020-05-06 | Revert "Merge pull request #3558 from LnL7/ssh-ng-stderr" | Eelco Dolstra | |
This reverts commit 3ebfbecdd187002569257f7cb183bf9e0b39af1e, reversing changes made to c089c52d5f1cff888552f485775b74226dcbe618. https://github.com/NixOS/nix/pull/3558 | |||
2020-05-05 | nix doctor: Consistency | Eelco Dolstra | |
2020-05-05 | nix --help: Group commands | Eelco Dolstra | |
2020-05-04 | appending to hints; remove _printError | Ben Burdette | |
2020-05-04 | add normaltxt, yellowify->yellowtxt | Ben Burdette | |
2020-05-04 | nix auto-gc: use fragment size | Jude Taylor | |
2020-05-04 | log as warning | Ben Burdette | |
2020-05-04 | affinity operator<< | Ben Burdette | |
2020-05-04 | Flag: Use designated initializers | Eelco Dolstra | |
2020-05-04 | precompiled-headers.h: Don't include our own headers | Eelco Dolstra | |
2020-05-04 | separate msgs instead of appending to what() | Ben Burdette | |
2020-05-04 | closer but still lambda indent problems | Ben Burdette | |
2020-05-04 | Merge pull request #3558 from LnL7/ssh-ng-stderr | Eelco Dolstra | |
remote-store: don't log raw stderr by default | |||
2020-05-03 | convert some printError calls to logError | Ben Burdette | |