Skip to content

Fix: Tree::relocate() triggers assertions with zero-length strings#565

Merged
biojppm merged 1 commit intomasterfrom
fix/564_relocate_arena
Dec 26, 2025
Merged

Fix: Tree::relocate() triggers assertions with zero-length strings#565
biojppm merged 1 commit intomasterfrom
fix/564_relocate_arena

Conversation

@biojppm
Copy link
Copy Markdown
Owner

@biojppm biojppm commented Dec 19, 2025

... when they are placed at the beginning or end of the arena

Fixes #564

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.45%. Comparing base (0852909) to head (0fa2eb1).
⚠️ Report is 70 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #565   +/-   ##
=======================================
  Coverage   97.45%   97.45%           
=======================================
  Files          44       44           
  Lines       12867    12867           
=======================================
  Hits        12540    12540           
  Misses        327      327           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

... when they string are placed at the beginning or end of the arena
@biojppm biojppm force-pushed the fix/564_relocate_arena branch from bf0081f to 0fa2eb1 Compare December 20, 2025 15:46
@biojppm biojppm self-assigned this Dec 21, 2025
@biojppm biojppm changed the title fix: Tree::relocate() triggers assertions with zero-length strings Fix: Tree::relocate() triggers assertions with zero-length strings Dec 21, 2025
@biojppm biojppm marked this pull request as draft December 21, 2025 01:07
@biojppm biojppm marked this pull request as ready for review December 21, 2025 01:07
@biojppm biojppm merged commit 5bdb9ea into master Dec 26, 2025
311 checks passed
@biojppm biojppm deleted the fix/564_relocate_arena branch December 26, 2025 15:21
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.

Assertion errors from ambiguous in_arena checks

1 participant