https://bugzilla.wikimedia.org/show_bug.cgi?id=69468

--- Comment #6 from Krinkle <[email protected]> ---
I've looked at that bug in different ways but all I've found is various hacks
and inconsistencies in how they do things different in ways I can't find
documentation of. One important thing that stood out (but might not be the only
thing) is that wikidata extensions have a bunch of modules with a
ResourceLoader dependency on "jquery" and/or "mediawiki" which is a recipe for
disaster. There are core phpunit structure tests that point out this illegal
dependency. It can cause the base namespaces to be redefined asynchronously,
thus dereferencing any properties defined since (eg mw.config, mw.util, etc).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to