Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2403

Gremlin javascript Translator does not handle child traversals

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.4.8
    • 3.5.0, 3.4.9
    • javascript
    • None

    Description

      A traversal like:

      const script = new Translator('g').translate(g.V().filter(__.outE('created')).getBytecode());
      

      ends up producing:

      g.V().filter([["outE","created"]])
      

      Attachments

        Issue Links

          Activity

            People

              spmallette Stephen Mallette
              spmallette Stephen Mallette
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: