docs(sprint): Rec 31 #31-3 / Rec 32 #32-4 — record marshal half shipped + std::span deviation#54
Merged
Conversation
…ed + std::span deviation The Sprint 6 row for Rec 31 #31-3 (RAII Stage 2) + Rec 32 #32-4 (std::span adoption) was a single open checkbox that no longer matched reality: - marshal.cc RAII landed via PR #46 (Stage 2A). - marshal std::span did NOT land — deviation from the documented "same files, same PR" plan in docs/decompiler/CPP20_ADOPTION.md. marshal's public API is [start, end) pointer-pair ranges, not the (T*, size_t) shape that std::span naturally replaces; whether there's a natural std::span site here at all is now an explicit open question rather than implicit slippage. - xml.y / xml.cc RAII is in flight as a multi-PR thread (PRs #51 + #52 stacked); bigger pieces still pending. - xml std::span is open and best audited alongside the bison %union redesign needed for the semantic-action sites. Replaced the single open checkbox with four bullets recording each piece's current status. Surfaced during the 2026-05-26 self-audit. Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/ Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Sprint 6 row for Rec 31 #31-3 (RAII Stage 2) + Rec 32 #32-4 (std::span adoption) was a single open checkbox that no longer matched reality:
marshal.ccRAII landed via PR #46 (Stage 2A).marshalstd::span did NOT land — deviation from the documented "same files, same PR" plan indocs/decompiler/CPP20_ADOPTION.md.marshal's public API is[start, end)pointer-pair ranges, not the(T*, size_t)shape thatstd::spannaturally replaces; whether there's a naturalstd::spansite here at all is now an explicit open question rather than implicit slippage.xml.y/xml.ccRAII is in flight as a multi-PR thread (PRs #51 + #52 stacked); bigger pieces still pending.xmlstd::span is open and best audited alongside the bison%unionredesign needed for the semantic-action sites.Replaced the single open checkbox with four bullets recording each piece's current status. Surfaced during the 2026-05-26 self-audit.
Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/