You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "spmallette (GitHub)" <gi...@apache.org> on 2019/09/23 10:38:14 UTC

[GitHub] [tinkerpop] spmallette commented on issue #1197: Fix Bytecode.addSource arguments is null bug

This may be a good fix for `Bytecode` but should bytecode construction even get this far. `outE(null)` really shouldn't be a valid argument to that step. After this fix is applied, the `Bytecode` gets constructed, but what do the traversal do? does a traversal wtih `outE(null)` actually execute? does it behave as `outE()` or does it result in some other failure?

[ Full content available at: https://github.com/apache/tinkerpop/pull/1197 ]
This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org