Skip to content
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

Move to Xtext 2.6 #93

Closed
gallandarakhneorg opened this issue May 22, 2014 · 2 comments
Closed

Move to Xtext 2.6 #93

gallandarakhneorg opened this issue May 22, 2014 · 2 comments
Assignees
Milestone

Comments

@gallandarakhneorg
Copy link
Member

Move to the version 2.6.x of Xtext up.

@gallandarakhneorg
Copy link
Member Author

I cannot compile any more SARL with Maven from the CLI.
It seems that Xtext 2.6.0 is used somewhere even with 2.5.0 specified, and of course this causes errors.
I saw that the tycho plugin is downloading Xtext 2.6.0.

I update the Maven pom files, and SARL could be compiled on CLI again.
I will propose my update on Git soon.

@gallandarakhneorg
Copy link
Member Author

Note that moving to Xtext 2.6.0 causes problem with our current grammar (the elements overrided from the Xtext grammar).

gallandarakhneorg added a commit that referenced this issue May 29, 2014
This commit provides the following answers to issues:
* issue #98: the generation of the delegating functions is done one the basis of the JVM objects (in place of the tokens).
* issue #17: the uses of the types are now correctly detected. The import statements are not correctly marked when they are not used. The "organize import" feature is working.
* issue #17: referencing the JVM objects in place of the tokens should permits to the auto-completion feature to detect the proposals.
* issue #92: enforce the code of the JVM inferrer for avoiding a NullPointerException.
* issue #46: write plenty of checking functions in the validator. This avoid the Java compiler to show errors in place of the SARL compiler.
* issue #93: the current grammar, the inferrer, and the validator are now compatible with Xtext 2.6.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants