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
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