[GitHub] groovy pull request #420: GROOVY-7940: @Lazy not generating "is" property ac...

2016-09-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/420 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] groovy pull request #420: GROOVY-7940: @Lazy not generating "is" property ac...

2016-09-17 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/420#discussion_r79293601 --- Diff: src/main/org/codehaus/groovy/transform/LazyASTTransformation.java --- @@ -156,8 +156,11 @@ private static void addNonThreadSafeBody(BlockStat

[GitHub] groovy pull request #420: GROOVY-7940: @Lazy not generating "is" property ac...

2016-09-17 Thread paulk-asert
Github user paulk-asert commented on a diff in the pull request: https://github.com/apache/groovy/pull/420#discussion_r79292382 --- Diff: src/main/org/codehaus/groovy/transform/LazyASTTransformation.java --- @@ -156,8 +156,11 @@ private static void addNonThreadSafeBody(BlockStatem

[GitHub] groovy pull request #420: GROOVY-7940: @Lazy not generating "is" property ac...

2016-09-14 Thread jwagenleitner
GitHub user jwagenleitner opened a pull request: https://github.com/apache/groovy/pull/420 GROOVY-7940: @Lazy not generating "is" property accessor for booleans You can merge this pull request into a Git repository by running: $ git pull https://github.com/jwagenleitner/groovy