Avatar for the asciidoc-rs user
asciidoc-rs
asciidoc-parser
BlogDocsChangelog

Performance History

Latest Results

docs: Note the builder defers link-catalog registration to the cutover The single-pass builder builds and folds a link `Ref` without calling `Parser::register_link`, so its target is absent from `Document::catalog().links()`. This is deliberate and consistent with every macro family in the additive builder (it likewise skips `register_ref` for inline ids and `register_image` for image targets): the builder is not yet the authoritative recognition sink, so the string pipeline still performs the registration, and performing it here too – while the two passes run alongside each other – would double-count it. Document the skip on both `build_inline_link_node` (auto-links / formal URLs) and `build_link_node` (the `link:`/`mailto:` macro), and broaden the design doc's cutover step (§5.2 Phase 4, step 6) to enumerate the `register_link` / `register_image` / dangerous-scheme-warning side effects it re-attaches, with the double-counting rationale. Addresses Greptile review feedback on #1099. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
claude/inline-ast-phase4-step4bii-autolinks
6 hours ago
Merge branch 'main' into claude/issue-1092-fix-fdf77e
claude/issue-1092-fix-fdf77e
6 hours ago
chore(asciidoc-parser): release v0.29.12
release-plz-2026-08-06T14-31-46Z
6 hours ago
chore(asciidoc-parser): release v0.29.12
release-plz-2026-08-06T14-31-46Z
7 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
feat: Recognize auto-links and formal-URL links in the single-pass inline builder (inline-ast Phase 4, step 4b(ii), part 2)#1099
6 hours ago
b814fd1
claude/inline-ast-phase4-step4bii-autolinks
CodSpeed Performance Gauge
-1%
fix: Honor a cell-body sectnumlevels assignment in an AsciiDoc table cell#1102
6 hours ago
b39dca2
claude/issue-1092-fix-fdf77e
CodSpeed Performance Gauge
-1%
6 hours ago
a115752
release-plz-2026-08-06T14-31-46Z
© 2026 CodSpeed Technology
Home Terms Privacy Docs