[Bug 32548] Possible bug in minifier: exponents can be incorrectly broken across lines

2012-02-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32548 Michael M. listenle...@gmail.com changed: What|Removed |Added CC||yaro...@gmail.com

[Bug 32548] Possible bug in minifier: exponents can be incorrectly broken across lines

2011-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32548 Brion Vibber br...@wikimedia.org changed: What|Removed |Added Summary|Possible bug in minifier|Possible bug in

[Bug 32548] Possible bug in minifier: exponents can be incorrectly broken across lines

2011-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32548 Brion Vibber br...@wikimedia.org changed: What|Removed |Added Keywords||need-regression-test

[Bug 32548] Possible bug in minifier: exponents can be incorrectly broken across lines

2011-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32548 --- Comment #2 from Brion Vibber br...@wikimedia.org 2011-11-21 19:25:43 UTC --- I suspect it's hitting this line-wrapping bit: } elseif( $maxLineLength 0 $lineLength + $end - $pos $maxLineLength !isset( $semicolon[$state][$type]

[Bug 32548] Possible bug in minifier: exponents can be incorrectly broken across lines

2011-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32548 Brion Vibber br...@wikimedia.org changed: What|Removed |Added AssignedTo|wikibugs-l@lists.wikimedia. |br...@wikimedia.org

[Bug 32548] Possible bug in minifier: exponents can be incorrectly broken across lines

2011-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32548 Brion Vibber br...@wikimedia.org changed: What|Removed |Added Keywords|need-regression-test| --- Comment #4

[Bug 32548] Possible bug in minifier: exponents can be incorrectly broken across lines

2011-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32548 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added Priority|Unprioritized |Normal

[Bug 32548] Possible bug in minifier: exponents can be incorrectly broken across lines

2011-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32548 --- Comment #5 from Brion Vibber br...@wikimedia.org 2011-11-21 23:00:21 UTC --- Created attachment 9518 -- https://bugzilla.wikimedia.org/attachment.cgi?id=9518 Provisional patch to JavaScriptMinifier.php Passes the PHPUnit test cases;

[Bug 32548] Possible bug in minifier: exponents can be incorrectly broken across lines

2011-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32548 Brion Vibber br...@wikimedia.org changed: What|Removed |Added Attachment #9518|0 |1 is

[Bug 32548] Possible bug in minifier: exponents can be incorrectly broken across lines

2011-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32548 --- Comment #7 from Brion Vibber br...@wikimedia.org 2011-11-21 23:09:25 UTC --- Ok tested it with the same file that broke on translatewiki (from Maps extension).

[Bug 32548] Possible bug in minifier: exponents can be incorrectly broken across lines

2011-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32548 Brion Vibber br...@wikimedia.org changed: What|Removed |Added Status|NEW |RESOLVED