Marko A. Rodriguez created TINKERPOP-1154: ---------------------------------------------
Summary: Create a ScriptTraversal which is Serializable and auto-compiles. Key: TINKERPOP-1154 URL: https://issues.apache.org/jira/browse/TINKERPOP-1154 Project: TinkerPop Issue Type: Improvement Components: process Affects Versions: 3.1.2-incubating Reporter: Marko A. Rodriguez Fix For: 3.2.0-incubating Specifying a {{Traversal}} to a {{VertexProgram}} is currently complex requiring numerous method overloads to the respective {{VertexProgram.Builder}}. Moreover, we don't have a general solution to {{Traversal}} serialization for all situations (e.g. {{GraphFilter}}). I say we get rid of {{TraversalScriptFunction}} and make a {{ScriptTraversal}} that contains a Script and reference to the {{ScriptEngine}} to compile it when {{applyStrategies()}} is called. -- This message was sent by Atlassian JIRA (v6.3.4#6332)