-
Bug
-
Resolution: Unresolved
-
Major
-
None
I have symbol that implemented under my @ExtensionPoint, according to @Symbol javadocs it shouldn't conflict with other ExtensionPoints or syntax.
Users reported that
anyOf { branch: "XXX"}
conflicts with
@Symbol{"branch"}
that shouldn't happen.
https://github.com/KostyaSha/github-integration-plugin/issues/274
can you point me to the code where you're looking up the symbol? I believe (it's been a while since I've spent much time in the code in question, so I'm working from memory) that symbol lookups are scoped, so that if you don't provide a scope, you can end up with a result that isn't what you're expecting...