k3
k3 copied to clipboard
action language providing open class mechanism to xtend/java
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...
Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) from 3.5.4 to 3.8.1. Commits 05c21c6 [maven-release-plugin] prepare release maven-3.8.1 d295dc3 [MNG-7128] keep blocked attribute from mirrors in artifact repositories a469068 next version in branch 3.8.x is 3.8.1-SNAPSHOT...
Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) from 3.0.4 to 3.8.1. Commits 05c21c6 [maven-release-plugin] prepare release maven-3.8.1 d295dc3 [MNG-7128] keep blocked attribute from mirrors in artifact repositories a469068 next version in branch 3.8.x is 3.8.1-SNAPSHOT...
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
When I use the maven plugin, I got some timeout errors in `AspectProcessor.injectDispatchInParentAspects` method. More precisely, when the processor is waiting the generation of a parent class (cf. [Aspect.xtend#L882](https://github.com/diverse-project/k3/blob/4cba0f80f57315c88edbfb40eec21cbeff1f228d/k3.eclipse/fr.inria.diverse.k3.al.annotationprocessor.plugin/src/fr/inria/diverse/k3/al/annotationprocessor/Aspect.xtend#L882)). Dispatch...
For the case: - An EClass containing an attribute `foo` - An Aspect over this class declaring `foo` with a default value Can we consider the aspect has the priority?...
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...