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

Restore YAML driver from Ionut #37

Closed agarciadom closed 1 year ago

agarciadom commented 1 year ago

In May 2022, Ionut contributed an EMC YAML driver, but this was shortly reverted due to some CI issues. I have tried bringing it back in, and after some minor tweaks the CI is passing again on JIPP.

We should merge it in for 2.5.0, so we can get broader feedback about how well this driver works in practice.

agarciadom commented 1 year ago

This is passing the JIPP checks: https://ci.eclipse.org/epsilon/job/interim-kubernetes/job/yaml-driver/3/

kolovos commented 1 year ago

Thanks for doing this. It all looks good to me!