Login Register

shrinksafe

Will long-standing ShrinkSafe bug get fixed?

RE: http://bugs.dojotoolkit.org/ticket/3241

This has been around for over a year - any chance it will actually get fixed, or will it get pushed once again in order to reach the already-late 1.2 milestone? What is the point of having milestones if bugs get conveniently pushed out farther?

Sorry, I guess I am just bitter that this isn't already fixed. :)

If I knew anything about Java/Rhino/etc. I would do this myself...

Does shrinksafe use a javascript (js) linker for minification - how to eliminate unnecessary js code?

I can download the minified version of dojo, and try and publish this with my webapp, but the web page for shrink safe said something about using a js linker in the future to eliminate unnecessary packages? modules? code? from being included so that only the javascript that would be needed would be included.

online shrinksafe not working

shrinksafe.dojotoolkit.org has a form to upload a js file and run shrinksafe on it. Form response for my file is a blank page in both Firefox and IE. Same js file compresses fine using custom_rhino.jar on my machine.

The js file is available at http://www.mattkruse.com/javascript/calendarpopup/combined/CalendarPopup...

shrinksafe online service

What happened to shrinksafe.dojotoolkit.org ? Is it gone forever?

shrinksafe fails completely with a regex pattern

The presence of this regex pattern in my script (broken into two lines for display here):

var patt=/((ftp:\/\/|http:\/\/|https:\/\/|ftp:\/\/www\.|http:\/\/www\.|https:\/\/www\.|www\.)
(([A-Za-z0-9$_.+!*(),;/?:@&~=-])|%[A-Fa-f0-9]{2}){2,}(#([a-zA-Z0-9][a-zA-Z0-9$_.+!*(),;/?:@&~=%-]*))?([A-Za-z0-9$_+!*();/?:~-]))/gi;

which matches urls, causes Shrinksafe to output "null" for the entire script. I have tested with this line alone as well, and again, Shrinksafe outputs "null". Is this a known issue, and is there a workaround? thanks.

emichael

Syndicate content