https://bugzilla.wikimedia.org/show_bug.cgi?id=56167
--- Comment #1 from Liangent <[email protected]> --- First, it's the special page's fault not to use recursiveTagParse() correctly here: Special:RecentchangesLinked needs to be fixed now. See [[mw:Manual:Special pages]]. Second, I wonder whether there's any valid use case to call parse() recursively. If not, can't we check whether parse() is called recursively at the beginning of parse, and throw an exception when so, or to create less fatals, issue a warning, so people can find mistakes easier? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
