Skip to content

Show a runnable purgeParserCache invocation#116

Closed
malberts wants to merge 1 commit into
bs5-migration-guidefrom
pr-114-review-fixes
Closed

Show a runnable purgeParserCache invocation#116
malberts wants to merge 1 commit into
bs5-migration-guidefrom
pr-114-review-fixes

Conversation

@malberts

Copy link
Copy Markdown
Collaborator

Follows-up to #114, and is based on that branch so the fix lands with it.

Run bare, purgeParserCache exits with Must specify either --expiredate or --age on every MediaWiki version the extension supports (checked 1.43 through master). Spell out an invocation that works: --age 0 deletes every parser cache entry saved before the run, since entry expiry is capped at $wgParserCacheExpireTime. Also say the script clears the whole parser cache, not only the affected pages.

AI-authored — Claude Code, Fable 5 (max); re-review of #114 requested by @malberts, no revisions; diff not yet human-reviewed; claim checked against MediaWiki 1.43–master source, and both invocations run on a real 1.43 install (bare one fails, documented one completes); docs only, so no tests.

Production notes

Independent re-run of the #114 review in a clean session; reproduces the purgeParserCache fix from closed #115 but not its carousel-indicators edit, which two independent reviewers this round rated accurate as written and low-impact.

Run bare, purgeParserCache exits with "Must specify either --expiredate
or --age" on every MediaWiki version the extension supports. Spell out
an invocation that works: --age 0 deletes every parser cache entry saved
before the run, since entry expiry is capped at $wgParserCacheExpireTime.
Also say the script clears the whole parser cache, not only the affected
pages.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@malberts malberts closed this Jul 17, 2026
@malberts
malberts deleted the pr-114-review-fixes branch July 17, 2026 08:02
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