-
-
Notifications
You must be signed in to change notification settings - Fork 0
Release 0.5.1 #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release 0.5.1 #33
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
c9502c5
chore: prepare release 0.5.1
siy d2cc6be
test: trivia adversarial corpus + findings (Step 2 of context-indepen…
siy 78c4003
feat: TriviaPostPass — context-independent trivia attribution prototy…
siy 51144a6
docs: HANDOVER §11 — trivia investigation arc + Step 3 verdict (produ…
siy 318f5cf
feat: triviaPostPass flag wires TriviaPostPass as post-parse hook (St…
siy d7b3496
feat: TriviaPostPass splice-offset overload for parseRuleAt subtree l…
siy 605327b
perf: ParsingContext buffer ops no-op under triviaPostPass flag (Step…
siy dcd146f
feat: ParserGenerator emits embedded TriviaPostPass under flag-ON (St…
siy 149bc57
docs: HANDOVER §11 + CHANGELOG [0.5.1] — trivia rework Step 4 commits…
siy 4ed1cf5
perf: ParserGenerator emits no-op buffer methods under triviaPostPass…
siy 4beca0a
docs: HANDOVER + CHANGELOG — Step 4 commit 5 landed; commit 6 reverte…
siy 612fbea
fix: TriviaPostPass drains orphan trivia into last-leaf descendant ma…
siy 3b372af
feat: triviaPostPass default flips to true (Step 4 commit 6)
siy fc185db
docs: HANDOVER + CHANGELOG — Step 4 trivia rework COMPLETE (commits 7…
siy 6675479
fix: TriviaPostPass uses line-start table to eliminate O(n²) computeSpan
siy b05a57c
docs: HANDOVER + CHANGELOG — bench impact study + O(n²) fix banked
siy 763e6e0
perf: skip buffer call sites under triviaPostPass flag-ON (Cleanup A)
siy 884c4c8
perf: TriviaPostPass thread orphan trailing + probe-scan cache (Clean…
siy c682eef
perf: TriviaPostPass skip rebuild when no trivia change needed (Clean…
siy ff596be
feat: StringSpan runtime foundation — CstNode.Terminal/Token hold Str…
siy 2fec82c
refactor: CstParseResult.text from String to CharSequence (Cleanup F.2)
siy 0b29c78
perf: generator emits StringSpan for token text — defer substring mat…
siy 76498bf
docs: HANDOVER + CHANGELOG — Cleanup arc A→F.3 + StringSpan summary
siy 46d8a05
docs: HANDOVER — Cleanup G investigation (gap is structural, abandoned)
siy b8c9abb
docs: HANDOVER — Lever B retry failed on bench, deferred indefinitely
siy 83f2c3e
docs: HANDOVER — skip-postPass-for-full-parses deferred (academic; no…
siy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the “Unreleased” label from the dated 0.5.1 release section.
Line 10 contradicts the dated heading at Line 8 (
2026-05-09) and may confuse consumers parsing release state from the changelog.📝 Committable suggestion
🤖 Prompt for AI Agents