https://bugzilla.wikimedia.org/show_bug.cgi?id=34589
--- Comment #6 from Daniel Renfro <[email protected]> --- I took a look at this, and am completely confused...bug 32368 seems to have fixed a slightly different problem: when one parser clears the state of another (if I'm understanding it correctly.) I think the problem here is that the state of Cite _shouldn't_ be cleared each time Parser::clearState() is called. I can't figure out when Parser::clearState() is called, nor any logic that I can use to drop out of Cite::clearState early. I'd love to do something like this (in Cite::clearState): if ( /* we're still parsing the same article */ ) { return true; // don't lose Cite's state } -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
