[GitHub] groovy pull request #792: GROOVY-8778: Cast short-hand breaks for empty map

2018-09-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/792 ---

[GitHub] groovy pull request #792: GROOVY-8778: Cast short-hand breaks for empty map

2018-09-07 Thread paulk-asert
Github user paulk-asert commented on a diff in the pull request: https://github.com/apache/groovy/pull/792#discussion_r216118264 --- Diff: subprojects/parser-antlr4/src/main/java/org/apache/groovy/parser/antlr4/AstBuilder.java --- @@ -2337,14 +2337,11 @@ public Expression

[GitHub] groovy pull request #792: GROOVY-8778: Cast short-hand breaks for empty map

2018-09-07 Thread danielsun1106
Github user danielsun1106 commented on a diff in the pull request: https://github.com/apache/groovy/pull/792#discussion_r216116090 --- Diff: subprojects/parser-antlr4/src/main/java/org/apache/groovy/parser/antlr4/AstBuilder.java --- @@ -2337,14 +2337,11 @@ public Expression

[GitHub] groovy pull request #792: GROOVY-8778: Cast short-hand breaks for empty map

2018-09-07 Thread paulk-asert
Github user paulk-asert commented on a diff in the pull request: https://github.com/apache/groovy/pull/792#discussion_r216115626 --- Diff: subprojects/parser-antlr4/src/main/java/org/apache/groovy/parser/antlr4/AstBuilder.java --- @@ -2337,14 +2337,11 @@ public Expression

[GitHub] groovy pull request #792: GROOVY-8778: Cast short-hand breaks for empty map

2018-09-07 Thread danielsun1106
Github user danielsun1106 commented on a diff in the pull request: https://github.com/apache/groovy/pull/792#discussion_r216113948 --- Diff: subprojects/parser-antlr4/src/main/java/org/apache/groovy/parser/antlr4/AstBuilder.java --- @@ -2337,14 +2337,11 @@ public Expression

[GitHub] groovy pull request #792: GROOVY-8778: Cast short-hand breaks for empty map

2018-09-07 Thread paulk-asert
GitHub user paulk-asert opened a pull request: https://github.com/apache/groovy/pull/792 GROOVY-8778: Cast short-hand breaks for empty map You can merge this pull request into a Git repository by running: $ git pull https://github.com/paulk-asert/groovy groovy8778