Skip to content

Release v0.10.2: AST Parser & Local Path Resolution Patch#96

Merged
PythonWoods-Dev merged 2 commits into
mainfrom
release/v0.10.2-prep
Jun 7, 2026
Merged

Release v0.10.2: AST Parser & Local Path Resolution Patch#96
PythonWoods-Dev merged 2 commits into
mainfrom
release/v0.10.2-prep

Conversation

@PythonWoods-Dev

Copy link
Copy Markdown
Contributor

This patch release resolves two critical false-positive detection bugs in the core engine.

Fixed

  • AST Parser Blindspot (Z302): The reference parser now correctly harvests image nodes (![alt][id]) and trailing colon short-references, eliminating false-positive "Orphan Definition" warnings for valid definitions.
  • Path Resolution Fragments (Z101/Z104): The local filesystem resolver now automatically strips GitHub Flavored Markdown (GFM) suffixes (e.g., #gh-light-mode-only) and query strings (?...) before validation, preventing false-positive unreachable errors on dynamically-styled images and local targets.

@PythonWoods-Dev PythonWoods-Dev merged commit f6d8d85 into main Jun 7, 2026
3 checks passed
@PythonWoods-Dev PythonWoods-Dev deleted the release/v0.10.2-prep branch June 7, 2026 17:55
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.

1 participant