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

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


 discard e689c38  TINKERPOP-2681 mergeE() and mergeV()
     add b1f15a3  Bump Polly from 7.2.2 to 7.2.3 in /gremlin-dotnet
     add 6185791  Merge pull request #1550 from 
apache/dependabot/nuget/gremlin-dotnet/3.5-dev/Polly-7.2.3
     add a78223d  Merge branch '3.5-dev'
     add 0d1d471  Fixing .NET test failures and adding Gherkin support for 
VertexProperty.
     add 0357a90  Merge pull request #1551 from mikepersonick/TINKERPOP-2688
     add 61806a1  Bump System.Text.Json from 5.0.2 to 6.0.1 in /gremlin-dotnet
     add 8108fce  Merge branch 
'dependabot/nuget/gremlin-dotnet/3.5-dev/System.Text.Json-6.0.1' into 3.5-dev
     add f0ffa9d  Merge branch '3.5-dev'
     add b4bb320  Fixed issue on comparing BigDecimal with infinite
     add 7ada984  Added test cases and covered also negative infinite numbers
     add 7028637  Uncommented tests and added entry in changelog
     add 3f2fc44  Merge branch 'pr-1552' into 3.5-dev
     add 41d77fb  Merge branch '3.5-dev'
     new a91aad4  TINKERPOP-2681 mergeE() and mergeV()

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e689c38)
            \
             N -- N -- N   refs/heads/TINKERPOP-2681 (a91aad4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 .../tinkerpop/gremlin/util/NumberHelper.java       | 20 +++++-
 .../gremlin/process/traversal/CompareTest.java     | 78 ++++++++++++++++++++++
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj  |  4 +-
 .../src/Gremlin.Net/Process/Traversal/Lambda.cs    | 11 +++
 .../Process/Traversal/StringBasedLambda.cs         |  6 ++
 .../Gherkin/CommonSteps.cs                         |  6 ++
 .../Gherkin/GherkinTestRunner.cs                   |  2 -
 .../Gherkin/IgnoreException.cs                     | 13 ++--
 .../Gherkin/ScenarioData.cs                        | 77 +++++++++++++++++++--
 .../Process/Remote/RemoteStrategyTests.cs          |  2 +-
 .../BytecodeGeneration/StrategiesTests.cs          |  2 +-
 .../DriverRemoteConnection/StrategiesTests.cs      |  2 +-
 .../Process/Traversal/TestTraversal.cs             |  2 +-
 .../Process/Traversal/TestTraversalStrategy.cs     |  2 +-
 .../src/test/scripts/generate-all.groovy           | 10 +--
 .../src/test/scripts/tinkergraph-empty.properties  |  2 +-
 .../tinkergraph/structure/TinkerFactory.java       | 24 +++----
 18 files changed, 223 insertions(+), 41 deletions(-)

Reply via email to