| Summary: | Console page is not optimized | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Client | Assignee: | Simon Kaegi <simon_kaegi> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | grant_gayed, simon_kaegi |
| Version: | 0.5 | ||
| Target Milestone: | 0.5 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Mark Macdonald
This 'FEATURE_RESERVED_KEYWORD_AS_IDENTIFIER' flag looks promising, but I'm not sure how to set it from the command line. http://www.mail-archive.com/dev-tech-js-engine-rhino@lists.mozilla.org/msg01021.html Couldn't find a way to disable this behavior of Rhino from the command line, so I just fixed the code. http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=f286bc9d84c43a4f8125dacb722494ba688adc97 There's still a problem here, see the build log from [1]: > [java] Minifying file: /opt/public/eclipse/e4/orion/I201205272230/optimization/./console/built-consolePage.js > [java] Cannot closure compile file: /opt/public/eclipse/e4/orion/I201205272230/optimization/./console/built-consolePage.js. Skipping it. > [java] May 27, 2012 10:39:15 PM com.google.javascript.jscomp.LoggerErrorManager println > [java] SEVERE: /opt/public/eclipse/e4/orion/I201205272230/optimization/./console/built-consolePage.js:48457: ERROR - Parse error. missing name after . operator > [java] markup.push({ status: status, string: argTrace.char }); > [java] ^ [1] http://download.eclipse.org/orion/drops/I201205272230/buildLog-I20120527-2230.txt Will fix in RC1 Fixed. |