[ https://issues.apache.org/jira/browse/GROOVY-7586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14734988#comment-14734988 ]
ASF GitHub Bot commented on GROOVY-7586: ---------------------------------------- GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/116 GROOVY-7586: Groovysh: print Exception class for normal Exceptions You can merge this pull request into a Git repository by running: $ git pull https://github.com/tkruse/incubator-groovy groovy-7586 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-groovy/pull/116.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #116 ---- commit 32b2108f98e1424d8dd7bd949be9acd1eed3babc Author: Thibault Kruse <thibault.kr...@gmx.de> Date: 2015-09-08T15:24:07Z GROOVY-7586: Groovysh: print Exception class for normal Exceptions ---- > Groovysh does not print the exception class > ------------------------------------------- > > Key: GROOVY-7586 > URL: https://issues.apache.org/jira/browse/GROOVY-7586 > Project: Groovy > Issue Type: Bug > Reporter: Thibault Kruse > Priority: Minor > > Caused by missing parentheses after ! in: > if (log.debug || ! cause instanceof CompilationFailedException) { -- This message was sent by Atlassian JIRA (v6.3.4#6332)