Commit graph

8 commits

Author SHA1 Message Date
Adam Voss
cce29dfa51 Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
Endre Sándor Varga
8f57f128f2 !act Marked StashWhen* marker traits as internal API 2013-07-24 11:08:41 +02:00
Patrik Nordwall
91412a6908 Fix scaladoc warnings in akka-actor, see #3152
* also change wrong visibility of SystemMessage subclasses
2013-07-05 16:28:26 +02:00
Björn Antonsson
a6bf9c1408 Make SerializationCompatibilitySpec check instances and not tuples. See #3184 2013-04-26 09:31:57 +02:00
Björn Antonsson
9fd42c7cab Fail actor creation if mailbox doesn't conform to required type. See #3237 2013-04-26 09:31:23 +02:00
Endre Sándor Varga
7b13ecea25 Terminated is now a SystemMessage 2013-04-10 09:38:11 +02:00
Endre Sándor Varga
0f432e38be Fixes after merge 2013-03-22 13:36:09 +01:00
Endre Sándor Varga
f8c3717ca1 Changed Failed to be a SystemMessage
- Moved system messages to their own package.
 - All queueing operations are now hidden behind a SystemMessageList value class
 - Introduced dual SystemMessageList types to encode the ordering in the type.
   - Protects against accidentally missed reverse calls or accidentally reversed lists
   - Makes ordering expectations by fields/parameters explicit
 - Fixed serialization tests
 - Fixes to logging in HierarchyStressSpec
2013-03-22 12:02:31 +01:00