From 31ebb3ca235e99d60ad462302cb30f7dd8bcc1cf Mon Sep 17 00:00:00 2001 From: Jeremy Rifkin <51220084+jeremy-rifkin@users.noreply.github.com> Date: Wed, 21 Aug 2024 00:07:36 -0500 Subject: [PATCH] Fix a couple file endings and also make note of lazy_trace_holder::get_raw_trace in the readme --- .bazelrc | 2 +- .gitignore | 2 +- README.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.bazelrc b/.bazelrc index 503182d..4650ed7 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,3 +1,3 @@ test --strip=never test --test_output=all -test --copt=-g \ No newline at end of file +test --copt=-g diff --git a/.gitignore b/.gitignore index 2cd6436..66d7af3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ __pycache__ scratch .vscode tmp -bazel-* \ No newline at end of file +bazel-* diff --git a/README.md b/README.md index 8bd211b..24ea0c6 100644 --- a/README.md +++ b/README.md @@ -754,6 +754,7 @@ namespace cpptrace { lazy_trace_holder& operator=(lazy_trace_holder&& other) noexcept; ~lazy_trace_holder(); // access + const raw_trace& get_raw_trace() const; stacktrace& get_resolved_trace(); const stacktrace& get_resolved_trace() const; // throws if not already resolved private: