[ https://issues.apache.org/jira/browse/TINKERPOP-3028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17852482#comment-17852482 ]
ASF GitHub Bot commented on TINKERPOP-3028: ------------------------------------------- spmallette opened a new pull request, #2640: URL: https://github.com/apache/tinkerpop/pull/2640 https://issues.apache.org/jira/browse/TINKERPOP-3028 Added a normalizer for language and an anonymizer implementation as well. Extract parameter names. Updated test setups to use the new translators. Worth noting that this isn't quite complete - see all the linked JIRA on TINKERPOP-3028. All of that will need to be done still but this seems like a good enough chunk to merge now and in its current form may allow some other work to proceed more easily. VOTE +1 > Convert translators to make use of the grammar > ---------------------------------------------- > > Key: TINKERPOP-3028 > URL: https://issues.apache.org/jira/browse/TINKERPOP-3028 > Project: TinkerPop > Issue Type: Improvement > Components: translator > Affects Versions: 3.6.6 > Reporter: Stephen Mallette > Assignee: Stephen Mallette > Priority: Major > > {{Translator}} infrastructure uses bytecode and reflection which has a number > of technical imperfections and exemptions for it to work properly. Switching > to the grammar for translation simplifies the code, removes friction and > complexity when generating GLV tests, and should perform better. The focus > for this issue is the Java series of translators which are relied on quite > heavily. -- This message was sent by Atlassian Jira (v8.20.10#820010)