eclipse / epsilon

Epsilon is a family of Java-based scripting languages for automating common model-based software engineering tasks, such as code generation, model-to-model transformation and model validation, that work out of the box with EMF (including Xtext and Sirius), UML (including Cameo/MagicDraw), Simulink, XML and other types of models.
https://eclipse.org/epsilon
Eclipse Public License 2.0
55 stars 11 forks source link

Add CDO model driver #24

Closed agarciadom closed 1 year ago

agarciadom commented 1 year ago

This pull request is to move emc-cdo into the main Epsilon repository, including a small plugged-in test suite of its own. The PR also makes a few other improvements:

This PR passes the plugged-in and CI tests, but I was unable to run the full test suite on a Mac due to OutOfMemoryExceptions in the EVL tests (which is a known issue). Could someone else run these on this PR in Windows or Linux before I get this merged?