https://issues.apache.org/jira/browse/TINKERPOP-2104
We can now import `Field` instances to the `ScriptEngine` which allows for import of public fields from classes like `WithOptions`: ```text gremlin> labels ==>2 ``` Note that I only allowed for the ability to do this and didn't bother to add any new imports. For `WithOptions` it would just create a bunch of conflicts with existing tokens (e.g. keys, values, etc). All tests pass with `docker/build.sh -t -n -i` STILL RUNNING TESTS [ Full content available at: https://github.com/apache/tinkerpop/pull/1008 ] This message was relayed via gitbox.apache.org for [email protected]
