Skip to content
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

Remove extra evaluations and unescapings #9

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
4dcf14b
Remove parser function output parsing when unneeded
Nov 29, 2024
7a09ff2
Merge branch 'master' into no-noparse
Derugon Dec 4, 2024
5a5b8fa
Merge branch 'master' of https://github.com/wiki-gg-oss/mediawiki-ext…
Derugon Dec 11, 2024
c31a77b
Fix linkpage/linktext output
Derugon Dec 11, 2024
59584ee
argmap
Derugon Dec 11, 2024
b08083a
Merge branch 'master' of https://github.com/wiki-gg-oss/mediawiki-ext…
Derugon Dec 21, 2024
ddbb43d
Replace remaining `noparse` flags with a dedicated `ParserPower::eval…
Derugon Dec 31, 2024
3fbc224
Remove evaluation from token replacement functions
Derugon Dec 31, 2024
c0fe3b4
Do not create a child frame if it is not a template
Derugon Dec 31, 2024
50ce898
Remove unused expansion from token replacement functions
Derugon Dec 31, 2024
fbbe8d3
Cleanup token replacement functions
Derugon Dec 31, 2024
14bd36c
Remove duplicated trimmings and unescapings
Derugon Dec 31, 2024
a1fd642
Merge branch 'master' of https://github.com/wiki-gg-oss/mediawiki-ext…
Derugon Dec 31, 2024
a1cdbc6
Merge branch 'master' of https://github.com/wiki-gg-oss/mediawiki-ext…
Derugon Feb 3, 2025
74dc836
Merge branch 'master' of https://github.com/wiki-gg-oss/mediawiki-ext…
Derugon Feb 4, 2025
e6919fa
Remove duplicated parameter expansions
Derugon Feb 7, 2025
0855681
Remove duplicated variable evaluations in loops
Derugon Feb 7, 2025
56170a2
Remove duplicated variable evaluation & parameter expansion in `apply…
Derugon Feb 7, 2025
a13958a
Always use `ParserPower::evaluateUnescaped` after unescaping
Derugon Feb 7, 2025
63c11b8
Update return types
Derugon Feb 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading