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

The website and this repo are scanty on installing melange within Eclipse. After installing Text from the marketplace, attempts to install Melange, from the same marketplace fails with: `Cannot complete...

In order to have only one project for the runtime language, the AspectCopier copy only the generated java code from xtend/K3 (probably because this is easier to reuse java code...

Hello again, Hope I don't become an assiduous user of this issues tracker :p So, this time I have an adapter build failing. I thought it was something with the...

Even knowing melange mechanism, we regularly forget to relaunch the _generate language runtime_ and lose time to wonder why this simple change has not been taken into account. It would...

enhancement

With this [attached tiny language](https://github.com/diverse-project/melange/files/2004364/tinylanguage.zip), the Melange generation process produces `*AspectContext` and `*AspectProperties` classes that do not compile because they keep using package names from the original code, instead of...

In Gemoc, a more logical annotation would be @dynamic. It would be useful to have a mean to indicate in melange the name of the annotation added to the generated...

enhancement

In Gemoc, we often need to generate all melange artefacts but do not require adapters. Since these adapters is quite sensitive part that can fail, it would be useful to...

enhancement

In scenario where we wish to mix code written on a base language and an extended language, is would be useful to be able to call the method `upcast` several...

Neither the [documentation](http://melange.inria.fr/documentation/) nor the API makes clear about which adaptations are legal or possible (or not implemented yet) We need a clear table of what is supposed to work...

The online documentation (section MelangeResource API http://melange.inria.fr/documentation/)states about `def void cast(String modelTypeID)` and `def void downcast(String languageID)` but in the code they are named `upcast` and `extendAs`

bug