spmallette commented on a change in pull request #1574:
URL: https://github.com/apache/tinkerpop/pull/1574#discussion_r821612723



##########
File path: gremlin-javascript/build/generate.groovy
##########
@@ -54,15 +54,10 @@ radishGremlinFile = new 
File("${projectBaseDir}/gremlin-javascript/src/main/java
 // assumes globally unique scenario names for keys with list of Gremlin 
traversals as they appear
 gremlins = FeatureReader.parseGrouped(Paths.get("${projectBaseDir}", 
"gremlin-test", "features").toString())
 
-gremlinGroovyScriptEngine = new GremlinGroovyScriptEngine(new 
GroovyCustomizer() {
-    public CompilationCustomizer create() {
-        return new RepeatASTTransformationCustomizer(new 
AmbiguousMethodASTTransformation())
-    }
-}, new GroovyCustomizer() {
-    public CompilationCustomizer create() {
-        return new RepeatASTTransformationCustomizer(new 
VarAsBindingASTTransformation())
-    }
-})
+gremlinGroovyScriptEngine = new GremlinGroovyScriptEngine(

Review comment:
       just to keep these `generate.groovy` files looking as similar as 
possible, could you also implement this change in for .net and python please?




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to