[jira] [Commented] (GROOVY-9288) Compilation error when accessing a protected/public/package-private super class field from inside a closure

2019-10-27 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960751#comment-16960751 ] Daniel Sun commented on GROOVY-9288: [~emilles] I have reworked the PR based on the latest master.

[GitHub] [groovy] danielsun1106 commented on issue #1046: GROOVY-9288: Compilation error when accessing a protected/public/package-private super class field from inside a closure

2019-10-27 Thread GitBox
danielsun1106 commented on issue #1046: GROOVY-9288: Compilation error when accessing a protected/public/package-private super class field from inside a closure URL: https://github.com/apache/groovy/pull/1046#issuecomment-546787347 As master reverted some commit, the PR is replaced with

[GitHub] [groovy] danielsun1106 closed pull request #1046: GROOVY-9288: Compilation error when accessing a protected/public/package-private super class field from inside a closure

2019-10-27 Thread GitBox
danielsun1106 closed pull request #1046: GROOVY-9288: Compilation error when accessing a protected/public/package-private super class field from inside a closure URL: https://github.com/apache/groovy/pull/1046 This is an

[GitHub] [groovy] danielsun1106 opened a new pull request #1048: REWORK GROOVY-9288: Compilation error when accessing a protected/publ…

2019-10-27 Thread GitBox
danielsun1106 opened a new pull request #1048: REWORK GROOVY-9288: Compilation error when accessing a protected/publ… URL: https://github.com/apache/groovy/pull/1048 …ic/package-private super class field from inside a closure As master reverted some commit, the PR#1046 can not be

[jira] [Updated] (GROOVY-9252) -1: Access to java.lang.Object#myField is forbidden @ line -1, column -1.

2019-10-27 Thread Radoslav Ivanov (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radoslav Ivanov updated GROOVY-9252: Fix Version/s: 2.5.9 > -1: Access to java.lang.Object#myField is forbidden @ line -1,

[jira] [Comment Edited] (GROOVY-9252) -1: Access to java.lang.Object#myField is forbidden @ line -1, column -1.

2019-10-27 Thread Radoslav Ivanov (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960693#comment-16960693 ] Radoslav Ivanov edited comment on GROOVY-9252 at 10/27/19 11:50 PM:

[jira] [Commented] (GROOVY-9252) -1: Access to java.lang.Object#myField is forbidden @ line -1, column -1.

2019-10-27 Thread Radoslav Ivanov (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960693#comment-16960693 ] Radoslav Ivanov commented on GROOVY-9252: - [~emilles], could you please answer the question when

[GitHub] [groovy] danielsun1106 commented on issue #1046: GROOVY-9288: Compilation error when accessing a protected/public/package-private super class field from inside a closure

2019-10-27 Thread GitBox
danielsun1106 commented on issue #1046: GROOVY-9288: Compilation error when accessing a protected/public/package-private super class field from inside a closure URL: https://github.com/apache/groovy/pull/1046#issuecomment-546714174 OK. I will try later today. It's 1:00 a.m. in Shanghai, I

[jira] [Commented] (GROOVY-9288) Compilation error when accessing a protected/public/package-private super class field from inside a closure

2019-10-27 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960633#comment-16960633 ] Eric Milles commented on GROOVY-9288: - As I noted in the pull request, I have tried out a few things

[jira] [Comment Edited] (GROOVY-7996) Using with method with a closure that references a protected property produces ClassCastException

2019-10-27 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960631#comment-16960631 ] Eric Milles edited comment on GROOVY-7996 at 10/27/19 3:51 PM: --- Rolling

[GitHub] [groovy] eric-milles commented on issue #1046: GROOVY-9288: Compilation error when accessing a protected/public/package-private super class field from inside a closure

2019-10-27 Thread GitBox
eric-milles commented on issue #1046: GROOVY-9288: Compilation error when accessing a protected/public/package-private super class field from inside a closure URL: https://github.com/apache/groovy/pull/1046#issuecomment-546707009 I've tried a few things and added some test cases. Can you

[jira] [Resolved] (GROOVY-7165) Static Compilation: private static field accessed from a Closure produces a runtime error

2019-10-27 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-7165. - Resolution: Fixed I'm unsure of when this was fixed, but it is fixed and tested in current

[jira] [Reopened] (GROOVY-7996) Using with method with a closure that references a protected property produces ClassCastException

2019-10-27 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reopened GROOVY-7996: - Assignee: (was: Paul King) Rolling back initial changes for this issue. There were a

[jira] [Commented] (GROOVY-9093) SC: subclass access to package-private or private field is not indicated as an error

2019-10-27 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960628#comment-16960628 ] Eric Milles commented on GROOVY-9093: - In GROOVY-7165, a similar situation ends up as a

[jira] [Updated] (GROOVY-9195) STC: mixed checking for access to non-public fields

2019-10-27 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-9195: Description: Follow up to GROOVY-8999, GROOVY-9093 and GROOVY-9136. Consider the following:

[GitHub] [groovy] danielsun1106 edited a comment on issue #1046: GROOVY-9288: Compilation error when accessing a protected/public/package-private super class field from inside a closure

2019-10-27 Thread GitBox
danielsun1106 edited a comment on issue #1046: GROOVY-9288: Compilation error when accessing a protected/public/package-private super class field from inside a closure URL: https://github.com/apache/groovy/pull/1046#issuecomment-546691697 > Also, I posted links to a number of open bugs

[GitHub] [groovy] danielsun1106 commented on issue #1046: GROOVY-9288: Compilation error when accessing a protected/public/package-private super class field from inside a closure

2019-10-27 Thread GitBox
danielsun1106 commented on issue #1046: GROOVY-9288: Compilation error when accessing a protected/public/package-private super class field from inside a closure URL: https://github.com/apache/groovy/pull/1046#issuecomment-546691697 > Also, I posted links to a number of open bugs related

[GitHub] [groovy] eric-milles commented on issue #1046: GROOVY-9288: Compilation error when accessing a protected/public/package-private super class field from inside a closure

2019-10-27 Thread GitBox
eric-milles commented on issue #1046: GROOVY-9288: Compilation error when accessing a protected/public/package-private super class field from inside a closure URL: https://github.com/apache/groovy/pull/1046#issuecomment-546691072 I need some time to run some experiments. There is an

[jira] [Updated] (GROOVY-9288) Compilation error when accessing a protected/public/package-private super class field from inside a closure

2019-10-27 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9288: --- Summary: Compilation error when accessing a protected/public/package-private super class field from

[GitHub] [groovy] danielsun1106 commented on issue #1046: GROOVY-9288: Compilation error when accessing a protected super class…

2019-10-27 Thread GitBox
danielsun1106 commented on issue #1046: GROOVY-9288: Compilation error when accessing a protected super class… URL: https://github.com/apache/groovy/pull/1046#issuecomment-546677018 @eric-milles The PR can support your edited version of tests now. P.S. the PR does not change the