[jira] [Commented] (TINKERPOP-1493) Groovy project doesn't build on Windows

2016-11-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15700354#comment-15700354 ] ASF GitHub Bot commented on TINKERPOP-1493: --- Github user robertdale commented on the issue:

[GitHub] tinkerpop issue #457: TINKERPOP-1493 Groovy project doesn't build on Windows

2016-11-27 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/457 @pauljackson It's all good. It's only the history here in the PR that looks weird. Since it's just the one commit, it'll be right in git history when it's actually merged. --- If your

[GitHub] tinkerpop issue #457: TINKERPOP-1493 Groovy project doesn't build on Windows

2016-11-27 Thread pauljackson
Github user pauljackson commented on the issue: https://github.com/apache/tinkerpop/pull/457 It didn’t look intuitively correct, but I didn’t know what was normal. What’s the easiest way to make this right, right, right? Just start over and create a new pull request?

[jira] [Commented] (TINKERPOP-1493) Groovy project doesn't build on Windows

2016-11-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15700217#comment-15700217 ] ASF GitHub Bot commented on TINKERPOP-1493: --- Github user pauljackson commented on the issue:

[jira] [Commented] (TINKERPOP-1493) Groovy project doesn't build on Windows

2016-11-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15699706#comment-15699706 ] ASF GitHub Bot commented on TINKERPOP-1493: --- Github user robertdale commented on the issue:

[GitHub] tinkerpop issue #457: TINKERPOP-1493 Groovy project doesn't build on Windows

2016-11-27 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/457 I didn't consider that your remote branch was behind. Duh. What should have been done is a forced push `git push -f origin tp31` to replace your remote branch with your local branch. Instead

[jira] [Commented] (TINKERPOP-1493) Groovy project doesn't build on Windows

2016-11-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15699625#comment-15699625 ] ASF GitHub Bot commented on TINKERPOP-1493: --- Github user pauljackson commented on the issue:

[GitHub] tinkerpop issue #457: TINKERPOP-1493 Groovy project doesn't build on Windows

2016-11-27 Thread pauljackson
Github user pauljackson commented on the issue: https://github.com/apache/tinkerpop/pull/457 Thank you Robert. This was adequate, I think, to give me some things to Google. I’ve run these commands from my local clone of my fork. It looks like that was all that was

Re: [DISCUSS] Graph.addVertex(Map)

2016-11-27 Thread pieter-gmail
Hi, I saw this http://iteratrlearning.com/java9/2016/11/09/java9-collection-factory-methods Creating maps will become easier (less typing) in java 9. Cheers Pieter On 20/09/2016 18:49, Stephen Mallette wrote: > Anyone interested in seeing a Graph.addVertex(Map) overload? > >