Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mdt-ocl.dev] M2 progress

Hi Ed,

Thanks for the information. I´m OK with your suggestion, so I´ll review QVTo Xtend usage.

Regards,
Adolfo.


On Wed, Oct 2, 2013 at 3:17 PM, Ed Willink <ed@xxxxxxxxxxxxx> wrote:
Hi

I originally built M2 a week early (forgetting we have a two week build period for early Ms). After correcting one rmap path M2 rebuilt identically; really identically - all the features have unchanged versions too; removing the self-modifying build-ids was a good move.

I have rebased and pushed my edw/417663 branch which is in turn rebased on origin/asbh/397429b, so the old origin/asbh/397429b tip can be found below the edw/417663 tip.

Xtend 2.0.0M2 has a problem between X, getX, isX that breaks GenerateOCLCommon leaving me even more unimpressed. While the workaround is trivial I find the extra ambiguities that X creates with respect to parameter names in particular unhelpful, so I have split GenerateOCLCommon.xtend into GenerateOCLCommonXtend.xtend for the routines where xtend is clearly beneficial, and GenerateOCLCommon.java where Xtend is just a pain. Let's try to use Xtend as little as possible.

    Regards

        Ed
_______________________________________________
mdt-ocl.dev mailing list
mdt-ocl.dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mdt-ocl.dev


Back to the top