Add #490 to KNOWN_ISSUES.md (missed at v0.0.113)#499
Conversation
Flagged during the #489 CodeRabbit review as a benign but wasteful behavior: the ADT-rooting heuristic treats every i32 accumulator that is not Bool/Byte as a GC-managed heap pointer, which over-roots host-managed opaque handles (Map, Set, Regex, Decimal). Conservative GC rejects out-of-range values so nothing is corrupted, but it can cause spurious mark retention under memory pressure. Sits in the Bugs section alongside #346/#347/#348 (the existing GC-opaque-handle cluster). Co-Authored-By: Claude <noreply@anthropic.invalid>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA documentation update to KNOWN_ISSUES.md introducing a new bug entry describing how the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #499 +/- ##
=======================================
Coverage 90.27% 90.27%
=======================================
Files 58 58
Lines 20276 20276
Branches 236 236
=======================================
Hits 18304 18304
Misses 1968 1968
Partials 4 4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
KNOWN_ISSUES.mdwhen that PR landed in v0.0.113Process note
Per the repo rule: new issues generated during a PR review must be added to
ROADMAP.mdorKNOWN_ISSUES.mdas part of that same PR — main being protected means we can't drive-by-fix later, and leaving issues un-listed creates a gap between the tracker and the curated docs. This PR retroactively closes that gap for #490.Test plan
python scripts/check_limitations_sync.py— still consistent (28 entries)🤖 Generated with Claude Code
Summary by CodeRabbit
Release Notes