You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2023/01/06 19:58:34 UTC

[tinkerpop] branch 3.6-dev updated (e5742bd7d2 -> 2ba2dc29bd)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch 3.6-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from e5742bd7d2 Merge branch '3.5-dev' into 3.6-dev
     add 2ba2dc29bd TINKERPOP-2805 Fixed bug in select() with multiple labels CTR

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 .../process/traversal/step/map/SelectStep.java     |  6 ++---
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |  1 +
 gremlin-go/driver/cucumber/gremlin.go              |  1 +
 .../gremlin-javascript/test/cucumber/gremlin.js    |  1 +
 gremlin-python/src/main/python/radish/gremlin.py   |  1 +
 .../gremlin/test/features/map/Select.feature       | 29 +++++++++++++++++++++-
 7 files changed, 36 insertions(+), 4 deletions(-)