[GitHub] groovy pull request #403: GROOVY-7611: java.util.Optional should evaluate to...

2016-09-01 Thread jwagenleitner
Github user jwagenleitner closed the pull request at: https://github.com/apache/groovy/pull/403 --- 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

[GitHub] groovy pull request #403: GROOVY-7611: java.util.Optional should evaluate to...

2016-08-28 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/403#discussion_r76540119 --- Diff: src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java --- @@ -10563,13 +10563,21 @@ private void prepare() { /** *

[GitHub] groovy pull request #403: GROOVY-7611: java.util.Optional should evaluate to...

2016-08-28 Thread blackdrag
Github user blackdrag commented on a diff in the pull request: https://github.com/apache/groovy/pull/403#discussion_r76537642 --- Diff: src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java --- @@ -10563,13 +10563,21 @@ private void prepare() { /** * Coer

[GitHub] groovy pull request #403: GROOVY-7611: java.util.Optional should evaluate to...

2016-08-28 Thread jwagenleitner
GitHub user jwagenleitner opened a pull request: https://github.com/apache/groovy/pull/403 GROOVY-7611: java.util.Optional should evaluate to false if empty You can merge this pull request into a Git repository by running: $ git pull https://github.com/jwagenleitner/groovy GR