Github user okram commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/499#discussion_r88708851
--- Diff:
gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GroovyTranslator.java
---
@@ -47,8 +49,6 @@
*/
public final class GroovyTranslator implements Translator.ScriptTranslator
{
- private static final boolean IS_TESTING =
Boolean.valueOf(System.getProperty("is.testing", "false"));
--- End diff --
No. Its just got gutted from all the `XXXTranslators` as they needed to
remove the `[withStrategies, TranslatorStrategy]` instruction from the bytecode
before compiling. I realized, `TranslationStrategy` can just remove itself from
the bytecode before sending the bytecode to the `Translator`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---