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

--- Comment #3 from Krinkle <[email protected]> ---
Note that, while the bug creeped into the generic hash cache key making in the
general ResourceLoaderModule class, the bug was in the
ResourceLoaderLanguageDataModule from before it adopted the hash key method.

Ib051ef41ba239084671c30fd switched lang data module from its own homebrew logic
to the general one from ResourceLoaderModule, and it can be seen in the removed
lines in that diff that the previous one is:

 $key = wfMemcKey( 'resourceloader', 'langdatamodule', 'changeinfo' );

Which also doesn't fragment by context lang code or context hash.

-- 
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

Reply via email to