Dimitris Kolovos
Dimitris Kolovos
`\setbeameroption{show notes on second screen}` appears to be turning frame titles into hyperlinks - which is somewhat unexpected. Is this perhaps an unintended side-effect? (I've tried with both Skim and...
After the following ANT build file ```xml M1!EClass.all.first().eSuperTypes.println(); M2!EClass.all.first().eSuperTypes.println(); ``` is executed against the following models `m1.ecore` and `m2.ecore` that reference each other, the models are not disposed properly. As...
Running [this code](https://www.eclipse.org/epsilon/playground/?a10deb23) with `EplModule` produces a complete stack trace as shown below: ``` Type 'Person1' not found at (unknown@4:10-4:17) at (unknown@3:0-8:1) at (unknown@4:10-4:17) at (unknown@3:0-8:1) ``` Running the same...
In [this example](https://www.eclipse.org/epsilon/playground/?911e91b8), referring to `p1` in the `TaskLeader` pattern should throw an exception but it doesn't because presumable the variable leaks from the `Collaborators` pattern. ``` // Find pairs...
When an Epsilon program is executed in "run" mode through a launch configuration, after the execution has finished, an entry for the launch configuration remains in the Debug view and...
[Structurizr](https://docs.structurizr.com/) is a textual DSL for software architecture diagrams that appears to be gaining momentum. It would be nice to develop [an EMC driver](https://eclipse.dev/epsilon/doc/articles/developing-a-new-emc-driver/) for it on top of its...
String literals in EOL can be multi-line as shown below.  This "feature" is unintentional and undocumented. Before https://github.com/eclipse-epsilon/epsilon/commit/da117386b18430d8a4e8c081e6a6528f0660be4f we used `SingleLineRule`s to syntax-highlight string literals in Epsilon Eclipse's editors,...
As the Simulink driver doesn't provide dedicated support for System Composer, one would need to use its fallback [statement and statementWithResult](https://download.eclipse.org/epsilon/stable-javadoc/org/eclipse/epsilon/emc/simulink/model/AbstractSimulinkModel.html#statement(java.lang.String)) methods. For instance, to create a small system composer...
EGL's recently-introduced [outdentation feature](https://eclipse.dev/epsilon/doc/egl/#outdentation), breaks traceability links. For example, if the template from the [EGX playground example](https://eclipse.dev/epsilon/playground/?egx) is modified as follows (outdentation added in line 6) ``` [*Generate a with...