-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regenerated Xbase test languages #2918
Regenerated Xbase test languages #2918
Conversation
@LorenzoBettini domain model and other xbase based samples missing intentionally? |
@cdietrich yes: I only regenerated the languages of |
@szarnekow I was experimenting with some of the Xbase test languages; if I start the runtime workspace, the Xbase test languages do not generate any Java code. By debugging, I can see that their inferrers are called, but no generation takes place. Is that intentional? |
Is jvmmodelgenerator bound? |
Shouldn't that be automatically bound for xbase languages? |
Is the builder registered in plugin XML
and no testlanguages usually have a custom fragment zoo how are you testing this? |
The plugin.xml says <extension point="org.eclipse.xtext.builder.participant">
<participant
class="org.eclipse.xtext.xbase.testlanguages.bug462047.ui.Bug462047LangExecutableExtensionFactory:org.eclipse.xtext.builder.IXtextBuilderParticipant"
fileExtensions="bug462047lang"/>
</extension> and the runtime module extends the Xbase module that binds JvmModelGenerator. I start a new workbench and try to edit a file of one of the Xbase test languages. The editor works but nothing is generated, though the model inferrer is used. What do you mean by custom fragment zoo? |
Apparently, I was using the wrong file extension, sorry for the noise! |
While working on #2349 , I plan to add an Xbase language to test corner cases for #2349 .
To avoid additional changes to be reviewed, I regenerated the Xbase test languages.
The regeneration only changed the copyright year