[GitHub] groovy pull request #419: GROOVY-6396: same linkedlist code different behavi...

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

[GitHub] groovy pull request #419: GROOVY-6396: same linkedlist code different behavi...

2016-09-17 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/419#discussion_r79297434 --- Diff: src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java --- @@ -8928,6 +8932,27 @@ public int compare(Map.Entry e1, Map.Entry

[GitHub] groovy pull request #419: GROOVY-6396: same linkedlist code different behavi...

2016-09-17 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/419#discussion_r79297452 --- Diff: src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java --- @@ -8966,20 +8991,24 @@ public int compare(Map.Entry e1, Map.Entry

[GitHub] groovy pull request #419: GROOVY-6396: same linkedlist code different behavi...

2016-09-17 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/419#discussion_r79297398 --- Diff: src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java --- @@ -8928,6 +8932,27 @@ public int compare(Map.Entry e1, Map.Entry

[GitHub] groovy pull request #419: GROOVY-6396: same linkedlist code different behavi...

2016-09-17 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/419#discussion_r79297378 --- Diff: src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java --- @@ -8913,11 +8913,15 @@ public int compare(Map.Entry e1, Map.Entry

[GitHub] groovy pull request #419: GROOVY-6396: same linkedlist code different behavi...

2016-09-17 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/419#discussion_r79297442 --- Diff: src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java --- @@ -8928,6 +8932,27 @@ public int compare(Map.Entry e1, Map.Entry

[GitHub] groovy pull request #419: GROOVY-6396: same linkedlist code different behavi...

2016-09-13 Thread paulk-asert
GitHub user paulk-asert opened a pull request: https://github.com/apache/groovy/pull/419 GROOVY-6396: same linkedlist code different behavior between groovy a… …nd java You can merge this pull request into a Git repository by running: $ git pull