#61: Add stacktrace-aware exceptions and assertions to v2 - #62
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9260c84f8f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
4165ef9 to
ff574ab
Compare
d26a219 to
7c74ba0
Compare
67fb6ac to
14e4a21
Compare
506e45a to
c82cd4a
Compare
14e4a21 to
dfb08ea
Compare
# Conflicts: # doc/developer_guide/v2/v2.md # udf-runner-cpp/v2/BUILD.bazel # udf-runner-cpp/v2/include/exasol/udf/v2/waitable_queue.hpp # udf-runner-cpp/v2/sonar-project.properties # udf-runner-cpp/v2/tools/clang-tidy/.clang-tidy # udf-runner-cpp/v2/waitable_queue_test.cc
dfb08ea to
a9a7fbc
Compare
|



Summary
std::exception-derived type that captures and exposesstd::stacktrace.EXASOL_UDF_ASSERTwith source-location and stacktrace diagnostics before aborting.Validation
bazelisk --output_user_root=/tmp/udf-runner-cpp-bazel test //...fromudf-runner-cpp/v2— 19 tests passed.git diff --checkpassed.Fixes #61