Ármin Zavada
Ármin Zavada
#### Describe the feature Let us do the following: ``` val channel = createSomeReceiveChannel() val writeStream = someWriteStream Pump.pump(channel, writeStream).start() ``` Or the same thing, but reversed. #### Use cases...
https://github.com/ftsrg/refinery uses Gradle successfuly to automate the different xtext-xtend and emf code generation, multiple plugins/projects, etc. Currently, it is a long and hard process for someone to start using the...
Currently, composition and statechart models reside in the same project, thus making it impossible to extend Gamma with more composite components without adding them to the statechart model. I propose,...
When starting the Docker Image it first downloads a lot of maven dependencies, then compiles the project. This is wasteful and unnecessary in the least, and at the worst case...
https://wiki.eclipse.org/PDE/Target_Definitions Target definition files simplify the dependency management of complex Eclipse code bases. This PR adds a Gamma target definition file with all required dependencies added, thus the host eclipse...
Theta version: `docker 6.5.2` XSTS-cli ignores certain syntactical errors if the lexer can construct something meaningful out of the input model. ## Example input: ``` var x : integer =...
I propose the extension of the XSTS language with a choice-else branch. The else branch on a choice would behave as a last resort default branch, that is only executed...