Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-21 | Change error position formatting | Eelco Dolstra | |
It's now at /home/eelco/Dev/nixpkgs/pkgs/applications/misc/hello/default.nix:7:7: instead of at: (7:7) in file: /home/eelco/Dev/nixpkgs/pkgs/applications/misc/hello/default.nix The new format is more standard and clickable. | |||
2020-06-30 | 'from string' | Ben Burdette | |
2020-06-24 | nixCode -> LinesOfCode | Ben Burdette | |
2020-05-21 | position for stdin, string; (string) for trace; fix tests | Ben Burdette | |
2020-05-08 | add pos to errorinfo, remove from hints | Ben Burdette | |
2018-02-07 | Improve filtering of ANSI escape sequences in build logs | Eelco Dolstra | |
All ANSI sequences except color setting are now filtered out. In particular, terminal resets (such as from NixOS VM tests) are filtered out. Also, fix the completely broken tab character handling. | |||
2015-07-31 | Output line number on infinite recursion | Iwan Aucamp | |
2014-02-19 | nix-instantiate: Rename --eval-only to --eval, --parse-only to --parse | Eelco Dolstra | |
2012-10-03 | Fix the test | Eelco Dolstra | |
2011-10-10 | * Refactoring: remove unnecessary variables from the tests. | Eelco Dolstra | |
2006-03-01 | * Simplification. | Eelco Dolstra | |
2006-03-01 | * Make it easy to run individual tests from the command line. | Eelco Dolstra | |
2006-02-22 | * More tests. | Eelco Dolstra | |