index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
error.cc
Age
Commit message (
Expand
)
Author
2022-04-08
Remove unused Error.name field
Eelco Dolstra
2022-03-30
libutil: Change return value of addTrace to void
Daniel Pauls
2022-03-07
Implement `operator<<` for Suggestions
regnat
2022-03-07
Implement a suggestions mechanism
regnat
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-12-28
BaseError::calcWhat: take loggerSettings.showTrace into account
Alexander Bantyev
2021-09-14
ANSI_YELLOW -> ANSI_WARNING
Eelco Dolstra
2021-01-25
Merge pull request #4467 from edolstra/error-formatting
Eelco Dolstra
2021-01-22
Add FIXME
Eelco Dolstra
2021-01-21
Change error position formatting
Eelco Dolstra
2021-01-21
Remove trailing whitespace
Eelco Dolstra
2021-01-21
Improve error formatting
Eelco Dolstra
2020-12-22
Don't log from inside the logger
Eelco Dolstra
2020-10-07
Formatting
Eelco Dolstra
2020-07-06
bump
Ben Burdette
2020-07-06
revamp trace code and test
Ben Burdette
2020-07-04
spacing
Ben Burdette
2020-07-02
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
comments and cleanup
Ben Burdette
2020-06-30
double addtrace for 'called from'
Ben Burdette
2020-06-29
trace formatting
Ben Burdette
2020-06-29
showTrace flag in loggers
Ben Burdette
2020-06-27
showtrace as function arg
Ben Burdette
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-24
add trace test; error formatting refinements
Ben Burdette
2020-06-24
repl indenting
Ben Burdette
2020-06-24
nixCode -> LinesOfCode
Ben Burdette
2020-06-23
use plain errPos instead of nixCode; fix tests
Ben Burdette
2020-06-23
traces to bottom
Ben Burdette
2020-06-19
addErrorTrace
Ben Burdette
2020-06-18
addTrace
Ben Burdette
2020-06-18
Merge branch 'master' into caveman-LOCs
Ben Burdette
2020-06-15
Respect terminal width printing error messages
Eelco Dolstra
2020-06-15
Cleanup
Eelco Dolstra
2020-06-15
Remove trailing whitespace
Eelco Dolstra
2020-06-08
Merge branch 'errors-phase-2' into caveman-LOCs
Ben Burdette
2020-06-04
add some comments
Ben Burdette
2020-06-03
newline-as-prefix; no final newline in output.
Ben Burdette
2020-05-21
position for stdin, string; (string) for trace; fix tests
Ben Burdette
2020-05-20
print LOC for stdin, string args
Ben Burdette
2020-05-20
get code lines from the nix file
Ben Burdette
2020-05-14
fix compile errors
Ben Burdette
2020-05-12
no blank line if no LOC
Ben Burdette
2020-05-11
switch from printError warnings to logWarnings
Ben Burdette
2020-05-08
add pos to errorinfo, remove from hints
Ben Burdette
[next]