summaryrefslogtreecommitdiff
path: root/test/files/jvm/actmig-public-methods_1.check
Commit message (Collapse)AuthorAgeFilesLines
* Removing actors-migration from main repository so it can live on elsewhere.Josh Suereth2012-10-301-6/+0
| | | | | | | * Removes actors-migration hooks from partest * Removes actors-migration code * removes actors-migration tests * removes actors-migration distribution packaging.
* Support for scala.concurrent for the ActorRef.Vojin Jovanovic2012-09-251-2/+2
| | | | Review by @phaller
* Making Actor Migration Tests deterministic.Vojin Jovanovic2012-06-201-0/+6
| | | | Review by: @phaller
* Removing non-deterministic actor migration tests.Vojin Jovanovic2012-05-251-6/+0
| | | | Testing these issues takes significant amounts of time so I am temporarely removing them from the master. The issue is not in the code but in the tests output order.
* Adding the Actor Migration Kit.Vojin Jovanovic2012-05-181-0/+6
Kit consists of: 1) The StashingActor which adopts an interface similar to Akka. 2) Props mockup for creating Akka like code 3) Pattern mockup 4) Test cases for every step in the migration. 5) MigrationSystem which will paired on the Akka side. Review of the code : @phaller Review of the build: @jsuereth