Opened 9 years ago
Closed 9 years ago
#14501 closed defect (patchwelcome)
Shrinksafe parse errors should report line number
Reported by: | jimrandomh | Owned by: | Richard Backhouse |
---|---|---|---|
Priority: | low | Milestone: | tbd |
Component: | ShrinkSafe | Version: | 1.7.1 |
Keywords: | needsreview | Cc: | |
Blocked By: | Blocking: |
Description
I'm using Shrinksafe in my build system for browser plugins, and sometimes I'll try to shrink a file that has a syntax error, such as mismatching parentheses. Shrinksafe then outputs a big stack trace passing through org.mozilla.javascript.Parser, but it doesn't provide a line number. It would be much more convenient if it provided a line number, so I didn't have to load an unshrunk version in a browser to figure out where the error was.
Change History (3)
comment:1 Changed 9 years ago by
Component: | General → ShrinkSafe |
---|---|
Owner: | set to Richard Backhouse |
comment:2 Changed 9 years ago by
Keywords: | needsreview added |
---|---|
Priority: | high → low |
comment:3 Changed 9 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I think closure will be the compressor of choice going forwards, and we don't have anyone working on shrinksafe, so closing this ticket.