Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [qvto-dev] mechanics of contributing QvtOperationalResourceImpl.save()

Hi

I'm not at all fond of a dependency on EMFc. I took some trouble to eliminate it from OCL tests when they changed APIs incompatibly.

I don't see why QVTo pretty printing should need EMFc at all.

If you just want it for testing then have a look at

    org.eclipse.ocl.examples.xtext.tests.TestUtil.assertSameModel

that exploits

    org.eclipse.xtext.util.EmfFormatter

to give results that play nicely with JUnit.

    Regards

        Ed Willink



On 04/03/2016 13:55, Uwe Ritzmann wrote:
Ed,

in the eclipse qvt-oml forum you noted:

> It will save time in due course if you attach, preferably a GIT patch,
> to a Bugzilla and sign the CLA to indicate your formal willingness to
> contribute.

Certainly I would be willing to share both the implementation as well
as the testcases. As already mentioned here I took the freedom to
introduce a dependency upon EMF Compare.

Would that be ok? Or does that break any conventions?

Best Regards

Uwe


_______________________________________________
qvto-dev mailing list
qvto-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/qvto-dev




Back to the top