User Details
- User Since
- Nov 19 2021, 11:39 AM (160 w, 4 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- HOkwelum (WMF) [ Global Accounts ]
Thu, Dec 5
Mon, Nov 25
Mon, Nov 18
Nov 11 2024
Oct 31 2024
Oct 30 2024
Oct 29 2024
Oct 28 2024
Now this is what the call stacks look like;
Oct 25 2024
Global rename completed!
Oct 3 2024
Sep 10 2024
Aug 19 2024
Aug 13 2024
From what I found out, yield is indeed handled correctly. The bug could be before yield is encountered.
Aug 5 2024
Jul 30 2024
Global rename completed!
Jul 4 2024
To add to what @Krinkle stated earlier, using mw.loader.getScript() doesn’t completely solve this, although you no longer have randomly generated URLs, this still goes to eval(), so the browser still doesn’t see it as a linked script with URL.
Jun 10 2024
Jun 3 2024
May 23 2024
Currently, JavaScriptMinifier only supports ES2017 tokens. When you try to minify unsupported tokens, it attempts to interpret them and often results in bugs, similar to the one reported.
May 17 2024
May 16 2024
May 14 2024
May 7 2024
May 4 2024
Apr 29 2024
Apr 26 2024
Apr 24 2024
Apr 23 2024
Apr 16 2024
Mar 13 2024
Feb 26 2024
Oh, I see you already did here https://gerrit.wikimedia.org/r/c/mediawiki/libs/less.php/+/1006154 :-) Thank you!
Good to know everything works fine now :-) @Krinkle Hmm, hoping I'm done with the current task this week, and we can tag a new minor version with the updates!
Feb 20 2024
Feb 19 2024
Feb 16 2024
Done @Krinkle :-)
Feb 8 2024
Jan 29 2024
Jan 22 2024
Jan 20 2024
The !important flag on mixin call prevented proper evaluation of variables inside nested mixins. See #2394
Jan 11 2024
Jan 9 2024
While working with @Krinkle on this, Here are a few things we’d like to document for future reference.