Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.6-rc-1
-
Fix Version/s: 1.6-rc-1, 1.7-beta-1
-
Component/s: Compiler
-
Labels:None
-
Number of attachments :
Description
groovyc produces no error messages whatsoever (try "groovyc --foo"). At first sight it looks as if rev. 13682 just inadvertently removed "throw e;" between lines 151 and 152. Putting this statement back in solves the main problem but isn't good enough: for example, "groovyc --foo" then gives a stacktrace rather than a clean message.
Well, the stack size counting solution is kludgey at best. Re-worked it so the main method will exit, and a non-exiting cli static has been introduced.
Check ins have an erroneous JIRA id:
GROOVY-3186(I am the master of transpositions after all)