at:changelog
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
at:changelog [2007/09/17 10:39] – added tvcutsem | at:changelog [2010/02/11 17:54] (current) – tvcutsem | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== AmbientTalk/ | ====== AmbientTalk/ | ||
- | ===== build170907 (v 2.7) ===== | + | **Deprecated. See [[http:// |
- | AmbientTalk/ | + | ===== build140508 (v 2.9) ===== |
- | =========================== | + | |
+ | * The ' | ||
+ | * The meta_receive operation is now invoked in the same execution turn as when the message is sent. The return value of receive is no longer ' | ||
+ | * When an actor processes the next msg from its inbox, it again dispatches to the meta_receive operation of the receiver. Hence, receive can be used by proxies to intervene in the async message sending process, and by all other objects to intervene in the async message delivery process. | ||
+ | * the send operation is still defined on the actor mirror and can still completely override the behaviour of message sending (which is still used by the futures language module). | ||
+ | * When type tag objects are used to annotate messages (i.e. < | ||
+ | * We changed the implementation of AmbientTalk' | ||
+ | * Bugfix: [Symbiosis] AT nil value sometimes erroneously converted into Java null value (tvcutsem) | ||
+ | * Bugfix: [Symbiosis] constructor of XSymbiosisFailure does not deal with a null symbiont (in case of a static method) (tvcutsem) | ||
+ | * Bugfix: [Evaluation Protocol] Quoting a universal message send with something other than a message creations raises a type mismatch (tvcutsem) | ||
+ | * Bugfix: [Evaluation Protocol] Quoting a message creation with a single annotation raises a type mismatch (tvcutsem) | ||
+ | * Bugfix: [IAT Shell] IAT can't handle empty lines (tvcutsem) | ||
+ | |||
+ | ===== build130208 (v 2.8) ===== | ||
+ | |||
+ | * AT objectpath is now separated according to system-specific path separator, not according to ':' | ||
+ | * Added a lot of functionality to the standard lib. See at.ambient and at.lang | ||
+ | * bugfix 56: [Actors/ | ||
+ | * bugfix 54: [Distribution (AmbientTalk layer)] multiple discovery listeners for the same type are triggered too much (tvcutsem) | ||
+ | * bugfix 51: [Evaluation Protocol] Fields and methods with same name can co-exist in one object (tvcutsem) | ||
+ | * bugfix 50: [Distribution (AmbientTalk layer)] Objects are exported under a new object id every time they are parameter-passed (tvcutsem) | ||
+ | * bugfix 47: [Distribution (Network layer)] failed to online network (tvcutsem) | ||
+ | * bugfix 49: [Distribution (Network layer)] Cannot access system or lobby in code deserialized in the discovery actor (tvcutsem) | ||
+ | |||
+ | ===== build170907 (v 2.7) ===== | ||
* added a library to do ' | * added a library to do ' |
at/changelog.1190018359.txt.gz · Last modified: 2007/09/17 10:39 (external edit)