Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-02 | spacing | Ben Burdette | |
2020-07-02 | move showTrace to new loggerSettings | Ben Burdette | |
2020-07-02 | assert for invalid fileorigin | Ben Burdette | |
2020-07-01 | spacing | Ben Burdette | |
2020-07-01 | if no errLoc, no Loc. | Ben Burdette | |
2020-07-01 | don't include errpos for addErrorContext | Ben Burdette | |
2020-07-01 | non-pos trace test | Ben Burdette | |
2020-06-30 | fix tests with the 'from string' change | Ben Burdette | |
2020-06-30 | 'from string' | Ben Burdette | |
2020-06-30 | comments and cleanup | Ben Burdette | |
2020-06-30 | double addtrace for 'called from' | Ben Burdette | |
2020-06-30 | Merge branch 'master' into add-trace | Ben Burdette | |
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-29 | trace formatting | Ben Burdette | |
2020-06-29 | NAR parser: Fix missing name field check | Eelco Dolstra | |
Discovered by @Kloenk. | |||
2020-06-29 | showTrace flag in loggers | Ben Burdette | |
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 | |||
2020-06-28 | Bump cachix/install-nix-action from v8 to v10 | dependabot[bot] | |
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from v8 to v10. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v8...63cf434de4e4292c6960639d56c5dd550e789d77) Signed-off-by: dependabot[bot] <support@github.com> | |||
2020-06-28 | Merge pull request #3757 from Mic92/dependabot | Domen Kožar | |
dependabot: automatically keep github actions up-to-date | |||
2020-06-27 | dependabot: automatically keep github actions up-to-date | Jörg Thalheim | |
2020-06-27 | showtrace as function arg | Ben Burdette | |
2020-06-25 | build-remote.sh: Test LegacySSHStore | Eelco Dolstra | |
2020-06-25 | 'string' makes more sense in nix repl | Ben Burdette | |
2020-06-25 | showTrace flag for ErrorInfo; showTrace test. | Ben Burdette | |
2020-06-25 | Fix empty std::optional dereference in writeDerivation() | Eelco Dolstra | |
https://hydra.nixos.org/build/123017579 | |||
2020-06-25 | Fall back to copyPath if link fails with EPERM | Rodrigo | |
BeeGFS doesn't allow hard-links and returns EPERM, so we fall back to copyPath. See https://github.com/NixOS/nix/issues/3748 | |||
2020-06-24 | add trace test; error formatting refinements | Ben Burdette | |
2020-06-24 | re-enable --show-trace check | Ben Burdette | |
2020-06-24 | convenience form of addTrace | Ben Burdette | |
2020-06-24 | repl indenting | Ben Burdette | |
2020-06-24 | repl indenting | Ben Burdette | |
2020-06-24 | re-remove | Ben Burdette | |
2020-06-24 | nixCode -> LinesOfCode | Ben Burdette | |
2020-06-24 | Merge pull request #3739 from Mic92/curl | Domen Kožar | |
docs/installer: add correct curl flags | |||
2020-06-23 | docs/installer: add correct curl flags | Jörg Thalheim | |
also see https://nixos.org/download.html | |||
2020-06-23 | use plain errPos instead of nixCode; fix tests | Ben Burdette | |
2020-06-23 | re-add Pos origin in tests | Ben Burdette | |
2020-06-23 | Merge remote-tracking branch 'upstream/master' into add-trace | Ben Burdette | |
2020-06-23 | traces to bottom | Ben Burdette | |
2020-06-23 | Merge pull request #3724 from bburdette/hintfmt-percent | Eelco Dolstra | |
Hintfmt percent test, and fix | |||
2020-06-22 | with normaltxt, elide yellow color code instead of canceling it; use ↵ | Ben Burdette | |
normaltxt on plain_string hintfmt | |||
2020-06-22 | Update src/libutil/fmt.hh | Ben Burdette | |
Co-authored-by: John Ericson <git@JohnEricson.me> | |||
2020-06-22 | hashed-mirrors: Use parsed derivation output rather than reconstructing it | John Ericson | |
Now the derivation outputs are parsed up front, we can avoid a reparse by doing it. Also, this just feels a bit better as the `output*` env vars are more of a `libnixexpr` interface than `libnixstore` interface: ultimately, it's the derivation outputs that decide whether the derivation is fixed-output. Yes, hashed mirrors might go away with #3689, but this bit of code would be moved rather than deleted, so it's worth doing a cleanup anyways I think. | |||
2020-06-22 | Merge pull request #3649 from obsidiansystems/validPathInfo-ca-proper-datatype | Eelco Dolstra | |
ValidPathInfo: make ca field a proper datatype | |||
2020-06-19 | tidying up | Ben Burdette | |
2020-06-19 | fmt -> hintfmt test | Ben Burdette | |