melange icon indicating copy to clipboard operation
melange copied to clipboard

The Melange Language Workbench

Results 73 melange issues
Sort by recently updated
recently updated
newest added

In the following example, the aspect copier fails to adapt the package names in the import [minifsm_aspectcopy_problem.zip](https://github.com/diverse-project/melange/files/989790/minifsm_aspectcopy_problem.zip) see ![selection_028](https://cloud.githubusercontent.com/assets/661468/25900062/73fdd29c-3592-11e7-8924-de88e69774e1.png) the correct import should be import org.gemoc.sample.minifsm.aspects.MiniStateMachineAspectMiniStateMachineAspectProperties;

bug

a typical simple Melange project uses a naming convention similar to `org.company.my_language` it would be convenient if the template page could use this information in order to provide default values...

enhancement
Priority 4

melange has a syntax `resource EMF uri "foo"` but this seems to have no effect on the generated runtime ecore and the nsURI is always `http://language_name/root_package/`

Currently the Melange Language Runtime is generated in a project whose name is directly inferred from the full qualified name of the language in the melange file. In some case...

enhancement

It would be useful, to be able to quickly add the melange nature (and dependencies) to an EMF project with a given ecore file. (via a "Configure" action on the...

enhancement

If a K3 project is generated from a Melange project (right click on *.melange file – GEMOC Language – Create DSA Project for language OR Right click on *.xdsml project...

What happens if I have an Ecore model and Aspects in a K3 project? Will the compilation still work? Or can we make it work? What I want to achieve...

question

the "generate language runtime" (or "generate all" action) does not generate the same java content as the corresponding genmodel. this would not be a problem if this code was fully...

bug
Priority 2

If the aspect project contains an internal jars (like here groovy support) then the melange : generate runtime action, does not copy it to the resulting language implementation project ![image](https://cloud.githubusercontent.com/assets/661468/24540874/4ee95d12-15f5-11e7-8aed-18d8ed31c3a7.png)

bug

I tried to run a model with a "lang" query to automatically convert the model to an executable version (ie. "downcast"), and I realized some references were always null in...