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

Roan Kattouw <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Normal                      |Unprioritized
             Status|NEW                         |RESOLVED
             Blocks|28425                       |
         Resolution|                            |WONTFIX

--- Comment #1 from Roan Kattouw <[email protected]> 2011-06-28 17:01:52 
UTC ---
(In reply to comment #0)
> After watching Roan deal with this on IRC today (see r90960), there should be 
> a
> way (in debug mode, or maybe when running E_STRICT) that a warning is 
> displayed
> when addModuleStyles overwrites a previous style.
Impossible, marking WONTFIX.

The cause was something like:

$someglobal = array(
'foo' => stuff1,
'bar' => stuff2,
'foo' => stuff3,
);

Of course $someglobal['foo'] will end up being set to stuff3, and nothing will
be able to detect that it was very temporarily set to stuff1 first.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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