+1 On Thursday, December 12, 2013 12:56:25 AM UTC, Alex Cruise wrote: > > Hey folks, > > I'm just getting around to looking at 2.2 now, and I must say I'm > immediately put off by the decrease in type safety represented by the new > way of constructing Props's. > > It used to be that a call to the child actor's constructor was sitting > right there inside the Props.apply invocation, so we'd get lovely > compile-time errors if we messed up. > > Is there any good way to get the type safety back? It's depressing to go > to 54 places in my code and lose protection from one very common error > (wrongly typed, or wrong number of arguments to an actor constructor) in > exchange for protection from a very uncommon one (sender escapees). > > Thanks! > > -0xe1a > > >
-- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
