Skip to content

#61: Add stacktrace-aware exceptions and assertions to v2 - #62

Merged
tkilias merged 16 commits into
mainfrom
feature/exception_with_stacktrace
Sep 25, 2026
Merged

tkilias merged 16 commits into
mainfrom
feature/exception_with_stacktrace

Conversation

@tkilias

@tkilias tkilias commented Sep 24, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add a C++23 std::exception-derived type that captures and exposes std::stacktrace.
  • Add EXASOL_UDF_ASSERT with source-location and stacktrace diagnostics before aborting.
  • Compile all v2 C++ targets with C++23 and add coverage for exception and assertion behavior.
  • Add the required Add stacktrace-aware exceptions and assertions to v2 #61 changelog entry.

Validation

  • bazelisk --output_user_root=/tmp/udf-runner-cpp-bazel test //... from udf-runner-cpp/v2 — 19 tests passed.
  • clang-format validation passed.
  • git diff --check passed.

Fixes #61

@tkilias
tkilias requested a deployment to v2-fuzzing-pr-approval September 24, 2026 15:17 — with GitHub Actions Waiting
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 24, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ✅ Completed 2026-09-24T15:21:50.999708Z 9260c84 PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@tkilias
tkilias added this pull request to stack #47 September 24, 2026 15:19

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread udf-runner-cpp/v2/exception_test.cc Outdated
@tkilias
tkilias requested a deployment to v2-fuzzing-pr-approval September 24, 2026 15:22 — with GitHub Actions Waiting
@tkilias
tkilias force-pushed the feature/exception_with_stacktrace branch from 4165ef9 to ff574ab Compare September 24, 2026 15:32
@tkilias
tkilias removed this pull request from stack #47 September 24, 2026 15:43
@tkilias
tkilias changed the base branch from mull-mutation-testing to feature/gtest_gmock_gbenchmark September 24, 2026 15:44
@tkilias
tkilias added this pull request to stack #63 September 24, 2026 15:44
@tkilias
tkilias force-pushed the feature/gtest_gmock_gbenchmark branch from d26a219 to 7c74ba0 Compare September 24, 2026 16:16
@tkilias
tkilias force-pushed the feature/exception_with_stacktrace branch from 67fb6ac to 14e4a21 Compare September 24, 2026 16:28
@tkilias
tkilias requested a deployment to v2-fuzzing-pr-approval September 24, 2026 16:28 — with GitHub Actions Waiting
@tkilias
tkilias force-pushed the feature/gtest_gmock_gbenchmark branch from 506e45a to c82cd4a Compare September 24, 2026 17:40
@tkilias
tkilias force-pushed the feature/exception_with_stacktrace branch from 14e4a21 to dfb08ea Compare September 24, 2026 17:40
@tkilias
tkilias requested a deployment to v2-fuzzing-pr-approval September 24, 2026 17:40 — with GitHub Actions Waiting
@tkilias
tkilias removed this pull request from stack #63 September 25, 2026 14:52
Base automatically changed from feature/gtest_gmock_gbenchmark to main September 25, 2026 16:29
# 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
@tkilias
tkilias force-pushed the feature/exception_with_stacktrace branch from dfb08ea to a9a7fbc Compare September 25, 2026 17:04
@tkilias
tkilias requested a deployment to v2-fuzzing-pr-approval September 25, 2026 17:04 — with GitHub Actions Waiting
@tkilias
tkilias requested a deployment to v2-fuzzing-pr-approval September 25, 2026 19:25 — with GitHub Actions Waiting
@tkilias
tkilias requested a deployment to v2-fuzzing-pr-approval September 25, 2026 19:55 — with GitHub Actions Waiting
@tkilias
tkilias requested a deployment to v2-fuzzing-pr-approval September 25, 2026 20:09 — with GitHub Actions Waiting
@tkilias
tkilias requested a deployment to v2-fuzzing-pr-approval September 25, 2026 20:40 — with GitHub Actions Waiting
@tkilias
tkilias requested a deployment to v2-fuzzing-pr-approval September 25, 2026 21:01 — with GitHub Actions Waiting
@tkilias
tkilias requested a deployment to v2-fuzzing-pr-approval September 25, 2026 22:34 — with GitHub Actions Waiting
@sonarqubecloud

Copy link
Copy Markdown

@tkilias
tkilias merged commit bd08cbe into main Sep 25, 2026
25 of 26 checks passed
@tkilias
tkilias deleted the feature/exception_with_stacktrace branch September 25, 2026 23:18

This branch is waiting to be deployed

1 waiting deployment
v2-fuzzing-pr-approval — 22715028 Waiting Sep 25, 2026 by tkilias via pr_approval #106
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add stacktrace-aware exceptions and assertions to v2

1 participant