Hi, On Fri, Mar 8, 2013 at 3:58 PM, Michael Stapelberg <[email protected]> wrote: > Hi Mathieu, > > Mathieu Malaterre <[email protected]> writes: >> $ wget https://raw.github.com/thatcher/openseadragon/master/openseadragon.js >> $ yui-compressor -o test.js openseadragon.js > I am not sure why yui-compressor in Debian does not print out useful > error messages. Anyway, the javascript file you refer to is invalid, as > you can see when you try to compress it via this online tool (also using > yui-compressor, but with proper error reporting): > > http://refresh-sf.com/yui/ > > I suppose this bug should be retitled “yui-compressor’s error reporting > does not work in Debian”. Do you agree?
yui-compressor could definitely prints out some message whether or not the js is valid or not. But fundamentally it should not throw an error like this, at least it should catch it's own exception. gcc catch it's own ICE and report them nicely. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

