Skip to content

Commit

Permalink
Bump cpptrace
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Feb 13, 2024
1 parent 42f11da commit a81e5b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ set(ASSERT_MAGIC_ENUM_REPO "https://github.com/Neargye/magic_enum.git")
set(ASSERT_MAGIC_ENUM_TAG "e55b9b54d5cf61f8e117cafb17846d7d742dd3b4") # v0.9.5

set(ASSERT_CPPTRACE_REPO "https://github.com/jeremy-rifkin/cpptrace.git")
set(ASSERT_CPPTRACE_TAG "e8fd01bbe12f827cb34f9baa8260670554f93294") # v0.3.1 + dev
set(ASSERT_CPPTRACE_TAG "7fda402638875e6a265ba5e6ed376dcee4bd29fa") # v0.4.0

# obtain cpptrace
if(ASSERT_USE_EXTERNAL_CPPTRACE)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ Note: Extra diagnostics are only evaluated in the failure path of an assertion.

A lot of work has been put into generating pretty stack traces and formatting them as nicely as
possible. [Cpptrace](https://github.com/jeremy-rifkin/cpptrace) is used as a portable and
self-contained solution for stacktraces pre-C++23. Optional configurations can be found on the
library's page.
self-contained solution for stacktraces pre-C++23. Optional configurations can be found in the
library's documentation.

One feature worth noting is that instead of always printing full paths, only the minimum number of
directories needed to differentiate paths are printed.
Expand Down

0 comments on commit a81e5b1

Please sign in to comment.