[GitHub] groovy pull request #502: CompilerConfiguration.setScriptBaseClass with Java...

2017-02-21 Thread danielsun1106
Github user danielsun1106 commented on a diff in the pull request: https://github.com/apache/groovy/pull/502#discussion_r102385098 --- Diff: src/test/groovy/lang/BindingScript.java --- @@ -0,0 +1,32 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[jira] [Updated] (GROOVY-8096) setScriptBaseClass with Java base class breaks @Field initialization from Binding due to wrong constructor

2017-02-21 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-8096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoffer Hammarström updated GROOVY-8096: Description: I created a pull request on GitHub with a failing test

[jira] [Updated] (GROOVY-8096) setScriptBaseClass with Java base class breaks @Field initialization from Binding due to wrong constructor

2017-02-21 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-8096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoffer Hammarström updated GROOVY-8096: Description: I created a pull request on GitHub with a failing test

[jira] [Updated] (GROOVY-8096) setScriptBaseClass with Java base class breaks @Field initialization from Binding due to wrong constructor

2017-02-21 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-8096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoffer Hammarström updated GROOVY-8096: Description: I created a pull request on GitHub with a failing test

[jira] [Updated] (GROOVY-8096) setScriptBaseClass with Java base class breaks @Field initialization from Binding due to wrong constructor

2017-02-21 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-8096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoffer Hammarström updated GROOVY-8096: Description: I created a pull request on GitHub with a failing test

[jira] [Created] (GROOVY-8096) setScriptBaseClass with Java base class breaks @Field initialization from Binding due to wrong constructor

2017-02-21 Thread JIRA
Christoffer Hammarström created GROOVY-8096: --- Summary: setScriptBaseClass with Java base class breaks @Field initialization from Binding due to wrong constructor Key: GROOVY-8096 URL:

[jira] [Created] (GROOVY-8095) Provide logging for bytecode generation

2017-02-21 Thread Daniel Sun (JIRA)
Daniel Sun created GROOVY-8095: -- Summary: Provide logging for bytecode generation Key: GROOVY-8095 URL: https://issues.apache.org/jira/browse/GROOVY-8095 Project: Groovy Issue Type: New Feature

[GitHub] groovy pull request #503: Provide logging for bytecode generation

2017-02-21 Thread danielsun1106
GitHub user danielsun1106 opened a pull request: https://github.com/apache/groovy/pull/503 Provide logging for bytecode generation ## Background Debugging bytecode issues is a hard work, one of reason is lack of logging. ## Solution The PR provides

[GitHub] groovy pull request #502: CompilerConfiguration.setScriptBaseClass with Java...

2017-02-21 Thread kreiger
GitHub user kreiger opened a pull request: https://github.com/apache/groovy/pull/502 CompilerConfiguration.setScriptBaseClass with Java class calls super() instead of super(Binding) This test fails because `ModuleNode.setScriptBaseClassFromConfig(ClassNode)` calls