Skip to content

[TASK] Rename DirectiveRule::parseDirectiveContent() to parseDirectiveValue() - #1391

Merged
linawolf merged 1 commit into
mainfrom
task/rename-parse-directive-value
Sep 6, 2026
Merged

[TASK] Rename DirectiveRule::parseDirectiveContent() to parseDirectiveValue()#1391
linawolf merged 1 commit into
mainfrom
task/rename-parse-directive-value

Conversation

@linawolf

@linawolf linawolf commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

The method only ever parses the text right after :: -- a directive's
own value -- into inline markup. It has nothing to do with a
directive's body/content, the indented block on later lines, which
collectDirectiveContents() collects entirely separately. The old name
invited exactly that confusion.

Signed-off-by: linawolf
Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01PP4LkejR5PSubbhNmF4RkT

…eValue()

The method only ever parses the text right after `::` -- a directive's
own value -- into inline markup. It has nothing to do with a
directive's body/content, the indented block on later lines, which
collectDirectiveContents() collects entirely separately. The old name
invited exactly that confusion.

Signed-off-by: linawolf
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PP4LkejR5PSubbhNmF4RkT
@linawolf
linawolf enabled auto-merge September 6, 2026 17:52
@linawolf
linawolf merged commit de70dbe into main Sep 6, 2026
59 checks passed
@linawolf
linawolf deleted the task/rename-parse-directive-value branch September 6, 2026 17:56
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