You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code looks completely bonkers for the case that generateCustomClasses was set to true.
It is possible to register multiple src-folders to do the lookup. But if the first one does not contain the custom class, it is generated immediately.
Also the lookup from the classpath is only done after the class was already generated.
I think we need to move the generate stuff out of the loop for the processing.
Also: It might be reasonable to disallow multiple source folders if generateCustom is set to true.
with
and
you will end up with a
src/org/eclipse/xtext/xbase/impl/XExpressionImplCustom.java
The text was updated successfully, but these errors were encountered: