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
2024-05-29
util.{hh,cc}: Split out terminal.{hh,cc}
Tom Hubrecht
2024-05-28
util.{hh,cc}: Split out environment-variables.{hh,cc}
Tom Hubrecht
2024-03-19
libutil: remove exception handling workingness check
eldritch horrors
2024-03-09
Merge pull request #10066 from 9999years/print-all-frames
eldritch horrors
2024-03-09
Merge pull request #9925 from 9999years/fmt-cleanup
eldritch horrors
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2024-03-09
Merge pull request #9753 from 9999years/print-value-on-type-error
eldritch horrors
2024-03-05
Merge pull request #9634 from 9999years/combine-abstract-pos-and-pos
eldritch horrors
2024-03-04
Merge pull request #9617 from 9999years/stack-overflow-segfault
eldritch horrors
2024-03-04
Merge pull request #9619 from 9999years/remove-blank-lines-in-errors
eldritch horrors
2024-03-04
Merge pull request #8905 from hercules-ci/no-unknown-location
eldritch horrors
2023-08-11
initLibUtil: Add exception handling self-check
Robert Hensing
2023-03-23
error.cc: Only suggest show-trace when truncated trace items would be printed
Robert Hensing
2023-01-19
Revert "Revert "Merge pull request #6204 from layus/coerce-string""
Guillaume Maudoux
2023-01-18
Revert "Merge pull request #6204 from layus/coerce-string"
Robert Hensing
2023-01-02
Put the --show-trace hint in the logical place
Eelco Dolstra
2023-01-02
Merge remote-tracking branch 'origin/master' into coerce-string
Eelco Dolstra
2022-12-13
Introduce AbstractPos
Eelco Dolstra
2022-12-12
Simplify loop, feedback from @tfc and @Ericson2314
Florian Friesdorf
2022-12-12
Show stack trace above error message
Florian Friesdorf
2022-12-12
Don't reverse stack trace when showing
Florian Friesdorf
2022-10-17
Initial frames support
Guillaume Maudoux
2022-04-29
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-04-28
No point in passing string_views by reference
Guillaume Maudoux
2022-04-28
Better document error location indent
Guillaume Maudoux
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-18
Explain current error trace impl
Guillaume Maudoux
2022-03-18
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-03-18
Refactor to use more traces and less string manipulations
Guillaume Maudoux
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
[next]