mwparserfromhell: Implement missing node types
CommentParserFunction/MagicWord/BehaviorSwitchLinkTableRedirect
About this issue
- Original URL
- State: open
- Created 12 years ago
- Comments: 22 (12 by maintainers)
Commits related to this issue
- Merge branch 'feature/comments' into develop (#10) — committed to earwig/mwparserfromhell by earwig 12 years ago
- Merge branch 'feature/links' into develop (#10) Push early, push often! — committed to earwig/mwparserfromhell by earwig 12 years ago
This is an old issue, but it’d be great to get a node type for redirects at some point.
I don’t think characterizing it as a design decision is strictly correct; while it was indeed a choice to make the original implementation easier, it’s still a bug I think we should fix.
I had also forgotten the context in that ticket. Reading over it again, I think there might have been a change in how MediaWiki handles some classes of invalid markup since I wrote the original version of the parser. It’s possible that this is easier to solve now than it used to be.
Will try to do redirects soon, since that should be easy.