melange
melange copied to clipboard
The Melange Language Workbench
When loading a model with adapter using Sirius in GEMOC, it proceeds with a classic *org.eclipse.emf.ecore.util.EcoreUtil.resolveAll*, this call fails because the method *listIterator()* in *fr.inria.diverse.melange.adapters.EListAdapter* is not implemented. (https://github.com/diverse-project/melange/blob/master/plugins/fr.inria.diverse.melange.adapters/src/main/java/fr/inria/diverse/melange/adapters/EListAdapter.xtend#L91) This...
Sometimes the `Generate all` fails to complete properly and leaves some errors in the generated code. It is then possible to try to process by launching manually the *generate Interfaces*,...
Hello everyone, What can make adapters packages not generated when clicking the option "generate all" of the Melange file
Hi everyone, I found a small issue, by accident, in the aspect import on .melange file. It is not a big deal but took me some time to find out...
unfortunately the bug is not completely consistent but with the latest Gemoc studio with latest melange, installing the official sample sometimes fails with the following errors: `fr.inria.diverse.melange.resource.MelangeDerivedStateComputer - Fatal exception`...
with latest melange (2018-01-11) generating language runtime on the official fsm example (that uses inheritance) fails ``` Exception in thread "ModalContext" org.eclipse.core.internal.resources.ResourceException: Resource '/org.eclipse.gemoc.sample.legacyfsm.xsfsm.xsfsm/src-gen/org/eclipse/gemoc/sample/legacyfsm/xsfsm/xsfsm/aspects/StateMachineAspect.java' already exists. at org.eclipse.core.internal.resources.Resource.checkDoesNotExist(Resource.java:314) at org.eclipse.core.internal.resources.Resource.checkDoesNotExist(Resource.java:301)...
Hey all, I'm facing some issues when trying to add calls to an Util class that is part of the original language I'm extending with Melange. The original language contains...
I have defined the following melange file with 4 languages. Language A: A simple domain model (expression language) Language B: Similar to A but with a semantics weaved in. Language...
I feel bad for opening an issue for a very unprecise and not well identified problem, but here I go... I am working on a MiniJava language, available here: https://github.com/tetrabox/minijava...
it seems that Melange has issue for some ecore when they used some names such as "testMM_Foo.ecore". for such ecore, the warning about "Cannot find EMF runtime for ..." is...