L0Lmaker commented on PR #3416:
URL: https://github.com/apache/tinkerpop/pull/3416#issuecomment-4365589637

   Thanks for the review @Cole-Greer. Pushed `584ada5d4d` to address both 
points:
   
   - Go translators in `gremlin-core` and `gremlin-javascript` now emit 
`NextN(n)` for the `next(n)` terminal step (no-arg `next()` continues to map to 
`Next()`). Implemented as a `visitTraversalTerminalMethod_next` override in 
each translator, since the symbol-mapping layer doesn't see the 
integer-argument distinction. Existing parameterized test rows updated.
   - Added a short paragraph in `gremlin-variants.asciidoc` under the Go `=== 
Differences` section explaining why the batched form is exposed as a sibling 
method.
   - Expanded the CHANGELOG bullet to also name the translator updates, 
matching the prior `gremlin-go` + `GoTranslatorVisitor` entry already in the 
4.0.0 section.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to