Merge branch 'TINKERPOP-1762' into tp32
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/99554b9e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/99554b9e Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/99554b9e Branch: refs/heads/TINKERPOP-1756 Commit: 99554b9ef44819b6b654e8e3d900081bb66c1db6 Parents: 2e2d2cd 189b1bc Author: Marko A. Rodriguez <[email protected]> Authored: Tue Sep 5 16:03:40 2017 -0600 Committer: Marko A. Rodriguez <[email protected]> Committed: Tue Sep 5 16:03:40 2017 -0600 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + .../process/traversal/step/map/MatchStep.java | 15 +++++++++-- .../traversal/step/map/GroovyMatchTest.groovy | 12 +++++++++ .../process/traversal/step/map/MatchTest.java | 26 ++++++++++++++++++++ 4 files changed, 52 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/99554b9e/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --cc CHANGELOG.asciidoc index 9165b31,1623d18..e227a9e --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@@ -26,12 -26,12 +26,13 @@@ image::https://raw.githubusercontent.co TinkerPop 3.2.7 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* The Console's `plugin.txt` file is only updated if there were manually uninstalled plugins. + * Fixed a bug in `MatchStep` where mid-traversal `where()` variables were not being considered in start-scope. * Ensured that plugins were applied in the order they were configured. * Fixed a bug in `Neo4jGremlinPlugin` that prevented it from loading properly in the `GremlinPythonScriptEngine`. +* Fixed a bug in `ComputerVerificationStrategy` where child traversals were being analyzed prior to compilation. * Fixed a bug that prevented Gremlin from ordering lists and streams made of mixed number types. - [[release-3-2-6]] TinkerPop 3.2.6 (Release Date: August 21, 2017) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
