melange icon indicating copy to clipboard operation
melange copied to clipboard

Synchronize languages when inheriting

Open tdegueul opened this issue 9 years ago • 0 comments

language A {
    ...
}
language B inherits A {
    ...
}

B inheris the Ecore and aspect definitions of A. If the Ecore/Aspects of A evolve, B is desynchronized.

tdegueul avatar Mar 25 '15 15:03 tdegueul