This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
from 959af07 Merge branch '3.4-dev' into master
add 9a7fee9 fix bytecode toString()
add 193fa9c * add changelog; * add traversal template;
add 4f46021 * Fixed "toString" for P and TextP * Add changelog * Add unit
test
add f2f75a4 Merge branch 'pr-1341' into 3.4-dev
add edaa482 Update TraversalSource template for js after #1341 CTR
new 501e926 Merge branch '3.4-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 | 4 +-
.../gremlin-javascript/lib/process/bytecode.js | 5 +-
.../gremlin-javascript/lib/process/traversal.js | 30 +++++++++--
.../gremlin-javascript/test/unit/bytecode-test.js | 59 ++++++++++++++++++++++
.../test/unit/translator-test.js | 7 +++
5 files changed, 96 insertions(+), 9 deletions(-)
create mode 100644
gremlin-javascript/src/main/javascript/gremlin-javascript/test/unit/bytecode-test.js