Stéphane Galland
Stéphane Galland
Could you provide the output of `mvn -version`? I'd like to be sure I'm using the same environment as you for reproducing the issue.
You could declare multiple times a `on Initialize` into a single behavior (as in an Agent). Please note that the documentation is not enough clear at this moment, and it...
[SARL implementation of FIPA protocol](https://github.com/sarl/sarl-acl) may be a candidate for supporting this feature.
I have reserved the keyword "space" in the grammar in order to avoid any conflict with variable names when we really introduces the space definition. The SARL grammar contains only...
I have a concern regarding the names of the generated elements. Consider: ``` package smarthome space SmartHome { def update() fires SmartHomeUpdate capacity Camera{ def capture (int h, int w)...
I'm not convinced by the implicit generation of packages because the problem will be moved. Consider the case the developer has defined by hand the generated package, and he has...
**_EXAMPLE 1**_ Space with a shared data structure among the network, but without event bus. The `shared` modifier marks a field that should be created with a distributed data structure....
This bug is true for all the SARL programs.
See "Yatta Launcher for Eclipse" too.