[GitHub] tinkerpop pull request #829: TINKERPOP-1888 Extend max and min to all Compar...

2018-04-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/829 ---

[GitHub] tinkerpop pull request #829: TINKERPOP-1888 Extend max and min to all Compar...

2018-04-04 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/829#discussion_r179166260 --- Diff: docs/src/reference/the-traversal.asciidoc --- @@ -1515,16 +1516,17 @@ link:++http://tinkerpop.apache.org/javadocs/x.y.z/core/org/apache/tinke

[GitHub] tinkerpop pull request #829: TINKERPOP-1888 Extend max and min to all Compar...

2018-04-04 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/829#discussion_r179166002 --- Diff: docs/src/reference/the-traversal.asciidoc --- @@ -1471,16 +1471,17 @@ link:++http://tinkerpop.apache.org/javadocs/x.y.z/core/org/apache/tinke

[GitHub] tinkerpop pull request #829: TINKERPOP-1888 Extend max and min to all Compar...

2018-04-04 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/829#discussion_r179156638 --- Diff: CHANGELOG.asciidoc --- @@ -25,6 +25,7 @@ NEED AND IMAGE This release also includes changes from <>. +* `min()` and `max()

[GitHub] tinkerpop pull request #829: TINKERPOP-1888 Extend max and min to all Compar...

2018-04-04 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/829#discussion_r179155101 --- Diff: CHANGELOG.asciidoc --- @@ -25,6 +25,7 @@ NEED AND IMAGE This release also includes changes from <>. +* `min()` and `max()`

[GitHub] tinkerpop pull request #829: TINKERPOP-1888 Extend max and min to all Compar...

2018-04-04 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/829#discussion_r179146832 --- Diff: CHANGELOG.asciidoc --- @@ -25,6 +25,7 @@ NEED AND IMAGE This release also includes changes from <>. +* `min()` and `max()

[GitHub] tinkerpop pull request #829: TINKERPOP-1888 Extend max and min to all Compar...

2018-04-02 Thread dkuppitz
GitHub user dkuppitz opened a pull request: https://github.com/apache/tinkerpop/pull/829 TINKERPOP-1888 Extend max and min to all Comparable properties, not just Numbers https://issues.apache.org/jira/browse/TINKERPOP-1888 Extended `min()` and `max()` to support all compara