Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [incquery-dev] Followup to todays code merging in IncQuery

Hi all,

as we have discussed in our last developer meeting, we address this issue by making our tooling Xtext 2.5 dependant. I have also tested it by using Xtext 2.4 by a build created by Xtext 2.5, and similarly to the previous experiments, content assist was not always working as expected (only mostly).

To avoid further confusion, I have explicitely set up all our projects requiring Xtext 2.5.3 (the current version), and if required, we may loosen them if required (and possible).

Everything is committed now to master; if something went wrong, please report it.

Cheers,
Zoli
-- Zoltán Ujhelyi
https://www.inf.mit.bme.hu/en/members/ujhelyiz

Fault Tolerant Systems Research Group
Budapest University of Technology and Economics

On 2014.04.25., at 20:32, Ujhelyi Zoltán <ujhelyiz@xxxxxxxxxx> wrote:

> Hi all,
> 
> Gábor's recipe-refactor has been merged into master, but at first without adding the recipe project into the maven build. With Gábor Szárnyas's help, this was updated today, thanks.
> 
> However, we have found an important issue:
> * Xcore 1.1 requires an Xcore lib (with the version number 1.0) to be added to the project classpath in order to generate the EMF code, and transitively, it requires Xtext 2.5.
> * Xcore 1.0 does not contain this Xcore library; and seemingly Xcore 1.1 does not require this during runtime.
> 
> For now, we have removed this Xcore lib dependency from the recipe project in order for the build work with Xtext 2.4 as well, but for this to work, we also had to turn off the automatic building of the Xcore models as well.
> 
> This is _very_ ugly, I consider this only as a short-term workaround. In the future, we have to either create a 2.4-compatibility branch where such changes could be made, but it will require a large amount of effort to maintain, or look for some hackier solution that does not require this problem. I would suggest this as a topic for next week's meeting.
> 
> Cheers,
> Zoli
> -- Zoltán Ujhelyi
> https://www.inf.mit.bme.hu/en/members/ujhelyiz
> 
> Fault Tolerant Systems Research Group
> Budapest University of Technology and Economics
> 
> _______________________________________________
> incquery-dev mailing list
> incquery-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/incquery-dev



Back to the top