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

xiazcy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from f6e5a6c804 CTR: add gremlin serialization images
     add e2cc4ea409 Switched `gremlin-net` byte serializers to signed bytes 
(`sbyte`) to be consistent with IO doc (#3206)
     add 6f767e9e1b [TINKERPOP-2234] - Proposal for Type Predicate & Type Enum 
(#3207)
     new 46511ae70b Merge branch '3.8-dev'

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 +
 docs/src/dev/future/index.asciidoc                 |   5 +-
 .../dev/future/proposal-type-predicate-8.asciidoc  | 263 +++++++++++++++++++++
 docs/src/upgrade/release-3.8.x.asciidoc            |   9 +
 .../translator/DotNetTranslateVisitor.java         |   4 +-
 .../language/translator/GremlinTranslatorTest.java |   6 +-
 .../Structure/IO/GraphBinary/StreamExtensions.cs   |  23 ++
 .../IO/GraphBinary/TypeSerializerRegistry.cs       |   2 +-
 .../IO/GraphBinary/Types/SingleTypeSerializer.cs   |   8 +-
 .../Structure/IO/GraphSON/GraphSONReader.cs        |   2 +-
 .../Structure/IO/GraphSON/GraphSONWriter.cs        |   2 +-
 .../{ByteConverter.cs => SByteConverter.cs}        |   6 +-
 .../Gherkin/CommonSteps.cs                         |   2 +-
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |  38 +--
 .../Structure/IO/GraphBinary/GraphBinaryTests.cs   |  65 ++++-
 .../Structure/IO/GraphSON/GraphSONReaderTests.cs   |  14 ++
 .../Structure/IO/GraphSON/GraphSONWriterTests.cs   |  29 ++-
 17 files changed, 440 insertions(+), 39 deletions(-)
 create mode 100644 docs/src/dev/future/proposal-type-predicate-8.asciidoc
 rename gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphSON/{ByteConverter.cs 
=> SByteConverter.cs} (92%)

Reply via email to