LionWeb-io / lionweb-typescript

Implements (select parts of) the LionWeb specification, and tooling around that - all in TypeScript.
Apache License 2.0
10 stars 4 forks source link

Compute the diff between two serializations of languages #139

Open dslmeinte opened 7 months ago

dslmeinte commented 7 months ago

We can compute the diff between two serialization chunks of languages, but the diffs are given as generic diff. It'd be more useful if these differences were given in LionCore/M3-specific terms, such as NameChanged, etc. – more like language refactorings.

joswarmer commented 6 months ago

Apart from the predefined INamed, there is little information that can be used for this.

dslmeinte commented 4 months ago

I mean specifically: serializations of languages, so of M2s, not any pair of serialization chunks.