-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error in the dsl file does not produce helpful message when ALE validator fails #52
Comments
Actually, more information is present in the error log view however, it would be helpful to grab it and put it in the marker |
For the record, this is related to eclipse-gemoc/gemoc-studio#161 |
If the .dsl file use the "metaprog" declaration as defined in eclipse-gemoc/gemoc-studio-modeldebugging#164 (and some following PRs) the dsl editor provided by GEMOC will help |
Since the |
Thanks to @Kairides, it already exists in GEMOC Studio since eclipse-gemoc/gemoc-studio-execution-ale#34 😉 |
in the dsl file when there is some issue that makes the validator fails
for example trying to use multiple ecore files, or simply if the referenced ecore file doesn't exist (or if the target project is closed)
then the only error we get is Error executing EValidator in the Problem view without any further information.
The text was updated successfully, but these errors were encountered: