TINKERPOP-2394 Unable to use __ class of a custom DSL when passing a script even if this class is imported#1305
Conversation
…script even if this class is imported
|
I suppose that this change makes it the responsibility of the user to validate that they don't override any of the Gremlin DSL with their imports. I think that's ok, but this could represent a breaking change to those who might rely on the ordering of the |
|
I was about to merge this when I wondered if the better solution was to simply rename the generated DSL class for anonymous traversals - couldn't we just rename it to something other than |
|
I think that renaming generated DSL class to |
sure and i was ok with that for 3.5.0.
ok - maybe not letting Gremlin have the last word on what the imports are is ok. I will merge this as it is. thanks. |
No description provided.