aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/error.cc
AgeCommit message (Expand)Author
2024-10-09Merge changes Ib27cb43d,I03687b8b into mainjade
2024-10-04Remove some outdated `make test` invocation suggestionsJade Lovelace
2024-10-01Split ignoreException to avoid suppressing CTRL-CRobert Hensing
2024-08-28tree-wide: shuffle headers around for about 30s compile timeJade Lovelace
2024-05-29util.hh: Delete remaining file and clean up headersTom Hubrecht
2024-05-29util.hh: Move nativeSystem to local-derivation-goal.ccTom Hubrecht
2024-05-29util.{hh,cc}: Move ignoreException to error.{hh,cc}Tom Hubrecht
2024-05-29util.{hh,cc}: Split out terminal.{hh,cc}Tom Hubrecht
2024-05-28util.{hh,cc}: Split out environment-variables.{hh,cc}Tom Hubrecht
2024-03-19libutil: remove exception handling workingness checkeldritch horrors
2024-03-09Merge pull request #10066 from 9999years/print-all-frameseldritch horrors
2024-03-09Merge pull request #9925 from 9999years/fmt-cleanupeldritch horrors
2024-03-09libexpr: Support structured error classeseldritch horrors
2024-03-09Merge pull request #9753 from 9999years/print-value-on-type-erroreldritch horrors
2024-03-05Merge pull request #9634 from 9999years/combine-abstract-pos-and-poseldritch horrors
2024-03-04Merge pull request #9617 from 9999years/stack-overflow-segfaulteldritch horrors
2024-03-04Merge pull request #9619 from 9999years/remove-blank-lines-in-errorseldritch horrors
2024-03-04Merge pull request #8905 from hercules-ci/no-unknown-locationeldritch horrors
2023-08-11initLibUtil: Add exception handling self-checkRobert Hensing
2023-03-23error.cc: Only suggest show-trace when truncated trace items would be printedRobert Hensing
2023-01-19Revert "Revert "Merge pull request #6204 from layus/coerce-string""Guillaume Maudoux
2023-01-18Revert "Merge pull request #6204 from layus/coerce-string"Robert Hensing
2023-01-02Put the --show-trace hint in the logical placeEelco Dolstra
2023-01-02Merge remote-tracking branch 'origin/master' into coerce-stringEelco Dolstra
2022-12-13Introduce AbstractPosEelco Dolstra
2022-12-12Simplify loop, feedback from @tfc and @Ericson2314Florian Friesdorf
2022-12-12Show stack trace above error messageFlorian Friesdorf
2022-12-12Don't reverse stack trace when showingFlorian Friesdorf
2022-10-17Initial frames supportGuillaume Maudoux
2022-04-29Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux
2022-04-28No point in passing string_views by referenceGuillaume Maudoux
2022-04-28Better document error location indentGuillaume Maudoux
2022-04-08Remove unused Error.name fieldEelco Dolstra
2022-03-30libutil: Change return value of addTrace to voidDaniel Pauls
2022-03-18Explain current error trace implGuillaume Maudoux
2022-03-18Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux
2022-03-18Refactor to use more traces and less string manipulationsGuillaume Maudoux
2022-03-07Implement `operator<<` for Suggestionsregnat
2022-03-07Implement a suggestions mechanismregnat
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2021-12-28BaseError::calcWhat: take loggerSettings.showTrace into accountAlexander Bantyev
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