spmallette opened a new pull request #1008: TINKERPOP-2014 Allow ImportCustomizer to handle fields URL: https://github.com/apache/tinkerpop/pull/1008 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
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
