This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch js-multi
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
discard 16f4cf0fe4 Consolidate JS Maven modules under gremlin-js/ parent
discard e1d230970c Migrate JS packages to npm workspaces, enabling semver
gremlin dep in gremlin-mcp
add 013831f55d Harden patch-antlr4ng.js and pin antlr4ng to exact version
(tinkerpop-8s2)
add 499700426f Better defined canonical form for llm normalization in
gremlin-mcp
add c9e207224b Added extra translator tests to cover tx/terminal steps
new 1a4d4281ba Migrate JS packages to npm workspaces, enabling semver
gremlin dep in gremlin-mcp
new 89ed4b2692 Consolidate JS Maven modules under gremlin-js/ parent
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 (16f4cf0fe4)
\
N -- N -- N refs/heads/js-multi (89ed4b2692)
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 2 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:
.../language/translator/GremlinTranslatorTest.java | 72 ++++++++++++++++++++++
gremlin-js/gremlin-javascript/package.json | 6 +-
.../gremlin-javascript/scripts/patch-antlr4ng.js | 40 +++++++++---
.../unit/translator/gremlin-translator-test.js | 70 +++++++++++++++++++++
gremlin-js/gremlin-mcp/src/translator/llm.ts | 21 ++++++-
5 files changed, 196 insertions(+), 13 deletions(-)