Didier Vojtisek
Didier Vojtisek
We already have an update site that point to the latest nightly build. (see #45) It would be nice to have composite update sites for milestones and releases. However, we...
Apparently, the procedure to move from EPL1.0 to 2.0 is not very constraigning (as far as we don't have a secondary license) (see thread https://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg15345.html and https://www.eclipse.org/legal/epl-2.0/faq.php#h.tci84nlsqpgw ) So I...
currently the jenkins file seems to not send email on unstable build using post changed maybe we should use the declarative pipeline syntax instead of the scripted syntax (and possibly...
in order ot avoid issue such as #106 We need to set up a check about the web site certificate so I can ask the services to renew it before...
cf. https://github.com/eclipse/gemoc-studio/issues/274 before proposing a patch for xtend, it would be convenient to try the suggested workarounds using an Eclipse fragment
In order to deal with attribute both in EMF and in K3, the annotation processor currently use a strategy based on java invoke. In order to optimize this behaviour, a...
in order to make sure that an attribute on emf side is used instead of the local variable in xtend, k3 generates some reflective calls. ex for an Integer variable...
now that we have fixed https://github.com/diverse-project/k3/issues/36 In the new K3 project wizard, the template wizard that generates k3 aspects from an ecore file should provide an option in order to...
I think that the name **@ReplaceAspectMethod** for the annotation is ambiguous and does not reflect is usage for end users. (see the 2 sections about it in the documentation http://diverse-project.github.io/k3/publish/user_documentation/html_single/user_documentation.html#_main_annotations_for_k3...
A simple example with 2 files in the same project will not work. ``` xtend package test.base class A { } ``` and the second file ``` xtend package test.aspects...