Changes in 0.8.2
Release date: 2018-10-01.
1. SARL Language
- In synthetic functions that are generated for supporting the default valued parameters, the returned type of the automatically generated functions delegate to the original (typed by the SARL developer) function’s return type when this return type is inferred from the context. (details)
2. Eclipse Product
- Fixing the invalid command into the launching script for Ubuntu OS. (details)
3. Janus Run-time Environment
- Revert Java stream usage in the Event dispatching in AbstractEventSpace. This issue caused events to be never delivered, including the
Initialize
events. (details)
- Ensure an agent killing in “on Initialize” has effects. (details)
- When the
killMe
function is called multiple times, a debug message is output for notifying that the agent was already killed. In older versions, this state was output into an information message. (details)
4. Changes in the Previous Versions