You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2020/11/19 14:28:54 UTC

[GitHub] [tinkerpop] spmallette opened a new pull request #1361: TINKERPOP-2479 Adds config/reset options to :bytecode command

spmallette opened a new pull request #1361:
URL: https://github.com/apache/tinkerpop/pull/1361


   https://issues.apache.org/jira/browse/TINKERPOP-2479
   https://issues.apache.org/jira/browse/TINKERPOP-2478
   
   Also fixes TINKERPOP-2478 where whitespace was a problem with the from/translate options. See doc changes for more information on the changes along with examples.  Note that `Date` is fine now and works by default without use of the new `config` option:
   
   ```text
   gremlin> :bc from g.V().property('d', new Date())
   ==>{"@type":"g:Bytecode","@value":{"step":[["V"],["property","d",{"@type":"g:Date","@value":1605795962056}]]}}
   ```
   
   Tested manually - we don't have a good way to test these kinds of commands.
   
   VOTE +1


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tinkerpop] krlawrence commented on pull request #1361: TINKERPOP-2479 Adds config/reset options to :bytecode command

Posted by GitBox <gi...@apache.org>.
krlawrence commented on pull request #1361:
URL: https://github.com/apache/tinkerpop/pull/1361#issuecomment-730440382


   I pulled the branch and built. Confirm the problem I reported is fixed.
   
   VOTE +1


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tinkerpop] spmallette merged pull request #1361: TINKERPOP-2479 Adds config/reset options to :bytecode command

Posted by GitBox <gi...@apache.org>.
spmallette merged pull request #1361:
URL: https://github.com/apache/tinkerpop/pull/1361


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org