aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/error.cc
AgeCommit message (Expand)Author
2021-09-14ANSI_YELLOW -> ANSI_WARNINGEelco Dolstra
2021-01-25Merge pull request #4467 from edolstra/error-formattingEelco Dolstra
2021-01-22Add FIXMEEelco Dolstra
2021-01-21Change error position formattingEelco Dolstra
2021-01-21Remove trailing whitespaceEelco Dolstra
2021-01-21Improve error formattingEelco Dolstra
2020-12-22Don't log from inside the loggerEelco Dolstra
2020-10-07FormattingEelco Dolstra
2020-07-06bumpBen Burdette
2020-07-06revamp trace code and testBen Burdette
2020-07-04spacingBen Burdette
2020-07-02spacingBen Burdette
2020-07-01if no errLoc, no Loc.Ben Burdette
2020-07-01don't include errpos for addErrorContextBen Burdette
2020-07-01non-pos trace testBen Burdette
2020-06-30fix tests with the 'from string' changeBen Burdette
2020-06-30comments and cleanupBen Burdette
2020-06-30double addtrace for 'called from'Ben Burdette
2020-06-29trace formattingBen Burdette
2020-06-29showTrace flag in loggersBen Burdette
2020-06-27showtrace as function argBen Burdette
2020-06-25'string' makes more sense in nix replBen Burdette
2020-06-25showTrace flag for ErrorInfo; showTrace test.Ben Burdette
2020-06-24add trace test; error formatting refinementsBen Burdette
2020-06-24repl indentingBen Burdette
2020-06-24nixCode -> LinesOfCodeBen Burdette
2020-06-23use plain errPos instead of nixCode; fix testsBen Burdette
2020-06-23traces to bottomBen Burdette
2020-06-19addErrorTraceBen Burdette
2020-06-18addTraceBen Burdette
2020-06-18Merge branch 'master' into caveman-LOCsBen Burdette
2020-06-15Respect terminal width printing error messagesEelco Dolstra
2020-06-15CleanupEelco Dolstra
2020-06-15Remove trailing whitespaceEelco Dolstra
2020-06-08Merge branch 'errors-phase-2' into caveman-LOCsBen Burdette
2020-06-04add some commentsBen Burdette
2020-06-03newline-as-prefix; no final newline in output.Ben Burdette
2020-05-21position for stdin, string; (string) for trace; fix testsBen Burdette
2020-05-20print LOC for stdin, string argsBen Burdette
2020-05-20get code lines from the nix fileBen Burdette
2020-05-14fix compile errorsBen Burdette
2020-05-12no blank line if no LOCBen Burdette
2020-05-11switch from printError warnings to logWarningsBen Burdette
2020-05-08add pos to errorinfo, remove from hintsBen Burdette
2020-05-06implement SysError errno handlingBen Burdette
2020-04-29uncrustify formattingBen Burdette
2020-04-28Error classname as nameBen Burdette
2020-04-25print dashes instead of empty name stringBen Burdette
2020-04-24don't print blank lines for blank descriptionBen Burdette
2020-04-24all things error to error.hhBen Burdette