Skip to content

Conversation

@atksh
Copy link
Owner

@atksh atksh commented Nov 4, 2025

No description provided.

@atksh atksh force-pushed the claude/prtree-baseline-profiling-011CUntbwyj4BZZaragfwZYK branch from 0382b77 to 87d2ff3 Compare November 5, 2025 12:07
Critical fixes:
- Replace std::mutex with std::unique_ptr<std::recursive_mutex>
  Fixes: Fatal crash on Windows (non-copyable mutex issue)
  Result: All 674 unit tests pass

Improvements:
- Migrate to C++20 with concepts for type safety
- Add exception safety (noexcept + RAII)
- Improve error messages (backward compatible)

CI optimization:
- Pairwise testing: 21→7 unit test combinations
- Skip wheel builds on PRs: 71→7 total jobs (90% reduction)

Test results: ✅ 674/674 unit tests pass
@atksh atksh force-pushed the claude/prtree-baseline-profiling-011CUntbwyj4BZZaragfwZYK branch from 1b5e844 to fb91a2f Compare November 5, 2025 13:02
@atksh
Copy link
Owner Author

atksh commented Nov 6, 2025

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. 🎉

ℹ️ 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".

@atksh atksh merged commit 40e664e into main Nov 6, 2025
10 checks passed
@atksh atksh deleted the claude/prtree-baseline-profiling-011CUntbwyj4BZZaragfwZYK branch November 6, 2025 09:29
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.

3 participants