Ticket #2528009 (closed task)

Reporter


Matjaz Lipus
Opened: 11/15/09
Last modified: 12/12/12
Status: closed
Type: task
Resolution: wontfix

Owner


Adam Moore
Target Release:
Priority: P3 (normal)
Summary: [Pull Request] - moved imported files from SVN to correct src sub-folder All old changes (in my SVN) are accessible in (now deleted) com and org folders.
Description:

These are all mine changes I made to YUI compressor in a past time:
-replace this as var if occurs more than once in that scope
-one var per scope. all variables are declared at the beginning of scope.
-hint for eval statement (so YUI can know if eval creates/uses local vars) and so can safely obfuscate scope with eval
Example:
var x = 1;
"use:x,create:z";
eval("y=x+1;var z=2;");

-cut leading zero for decimal numbers (-0.1 becomes -.1)
-fixed breaking line in for loop (for loop must be in one line)

I'm using all this code in my small private projects but it needs some heavy testing before it's pushed to release.

Type: task Observed in Version: development master
Component: YUICompressor Severity: S3 (normal)
Assigned To: Adam Moore Target Release:
Location: Priority: P3 (normal)
Tags: pull request, github Relates To:
Browsers: All
URL: http://github.com/matjaz/yuicompressor/commit/205e30ebd39c42aef8fc0351ff210dafbde6541f
Test Information:

Change History

Matjaz Lipus

YUI Contributor

Posted: 11/15/09

George

YUI Developer

Posted: 01/30/10

Jenny Donnelly

YUI Developer

Posted: 12/12/12
  • resolution changed to wontfix
  • status changed from assigned to closed

Thank you for your bug report. We are deprecating YUI Compressor in favor of yuglify. Please see our announcement for more information: http://www.yuiblog.com/blog/2012/10/16/state-of-yui-compressor/. We will consider migrating these legacy tickets to GitHub if there are community maintainers willing to step up and own them.