aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/error.cc
AgeCommit message (Expand)Author
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
2020-04-24add has_value check; remove obslete friend classBen Burdette
2020-04-21add ErrorInfo to BaseErrorBen Burdette
2020-04-17demoing other error levels than warn/error; rename line and file fields in er...Ben Burdette
2020-04-17logError, logWarning; Logger functions; switch to Verbosity enumBen Burdette
2020-04-15move implementation to ccBen Burdette
2020-04-15Merge branch 'initializer-style' into error-formatBen Burdette
2020-04-08indentionBen Burdette
2020-04-08format -> fmtBen Burdette
2020-04-08return of NixCodeBen Burdette
2020-04-08initializer styleBen Burdette
2020-04-07columnRange -> columnBen Burdette
2020-04-07remove columnrange; switch to fmt in error.ccBen Burdette
2020-04-06constructor style basically workingBen Burdette