Bug#630542: yui-compressor: mangles strings containing backslash

2011-06-20 Thread Damien Raude-Morvan
Hi Jakub,

Le mercredi 15 juin 2011 22:59:41, Damien Raude-Morvan a écrit :
 Le mercredi 15 juin 2011 01:22:12, Jakub Wilk a écrit :
  $ cat tmp.js
  x = \\;
  
  $ yui-compressor tmp.js; echo
  x=\;
 
 Thanks for you feedback, I can confirm that this break badly with jQuery.
 It seems regression testsuite in yui-compressor is not sufficient to check
 this case.

Could you please try yui-compressor package I've put here with your jQuery 
build :
http://people.debian.org/~drazzib/yui/

Thanks in advance,
-- 
Damien


signature.asc
Description: This is a digitally signed message part.
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#630542: yui-compressor: mangles strings containing backslash

2011-06-15 Thread Damien Raude-Morvan
Hi Jakub,

Le mercredi 15 juin 2011 01:22:12, Jakub Wilk a écrit :
 Package: yui-compressor
 Version: 2.4.6+debian1-1
 Severity: grave
 
 $ cat tmp.js
 x = \\;
 
 $ yui-compressor tmp.js; echo
 x=\;

Thanks for you feedback, I can confirm that this break badly with jQuery. It 
seems regression testsuite in yui-compressor is not sufficient to check this 
case.

Can you provide me a working compressed-jQuery so I can compare and check 
there is no others regressions ?

For now, you can just use previous release (2.4.6-1) from testing.

 (Severity grave, because this badly breaks jQuery, and possibly lots of
 other code.)

ACK.

Cheers,
-- 
Damien


signature.asc
Description: This is a digitally signed message part.
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#630542: yui-compressor: mangles strings containing backslash

2011-06-14 Thread Jakub Wilk

Package: yui-compressor
Version: 2.4.6+debian1-1
Severity: grave

$ cat tmp.js
x = \\;

$ yui-compressor tmp.js; echo
x=\;


(Severity grave, because this badly breaks jQuery, and possibly lots of 
other code.)


--
Jakub Wilk



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.