[GitHub] IsaacBoy commented on issue #1057: Changed loop break check to break out of the connection creation loop

2019-02-07 Thread GitBox
IsaacBoy commented on issue #1057: Changed loop break check to break out of the connection creation loop URL: https://github.com/apache/tinkerpop/pull/1057#issuecomment-461446475 Issue in JIRA: https://issues.apache.org/jira/browse/TINKERPOP-2155

[GitHub] IsaacBoy removed a comment on issue #1057: Changed loop break check to break out of the connection creation loop

2019-02-07 Thread GitBox
IsaacBoy removed a comment on issue #1057: Changed loop break check to break out of the connection creation loop URL: https://github.com/apache/tinkerpop/pull/1057#issuecomment-461446136 Issue: https://github.com/apache/tinkerpop/compare/master...IsaacBoy:TINKERPOP-2155

[GitHub] IsaacBoy commented on issue #1057: Changed loop break check to break out of the connection creation loop

2019-02-07 Thread GitBox
IsaacBoy commented on issue #1057: Changed loop break check to break out of the connection creation loop URL: https://github.com/apache/tinkerpop/pull/1057#issuecomment-461446136 Issue: https://github.com/apache/tinkerpop/compare/master...IsaacBoy:TINKERPOP-2155

[GitHub] IsaacBoy opened a new pull request #1057: Changed loop break check to break out of the connection creation loop

2019-02-07 Thread GitBox
IsaacBoy opened a new pull request #1057: Changed loop break check to break out of the connection creation loop URL: https://github.com/apache/tinkerpop/pull/1057 Changed loop break check to break out of the connection creation loop if greater than or equal to the expected amount of

[tinkerpop] branch TINKERPOP-2134 updated: f

2019-02-07 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch TINKERPOP-2134 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/TINKERPOP-2134 by this push: new c7af254 f c7af254 is

[tinkerpop] branch master updated: GraphBinary: use exception instead of assertion for msb check CTR

2019-02-07 Thread jorgebg
This is an automated email from the ASF dual-hosted git repository. jorgebg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/master by this push: new f799335 GraphBinary: use exception instead

[GitHub] jorgebay commented on issue #1056: fix: Path#toString() variable reference bug

2019-02-07 Thread GitBox
jorgebay commented on issue #1056: fix: Path#toString() variable reference bug URL: https://github.com/apache/tinkerpop/pull/1056#issuecomment-461330180 `toString()` was introduced as part of TK-1446, it didn't have a string representation on the js side prior to that. @thefliik