jw3 / akka-injects

Dependency Injection for Akka using Guice
Apache License 2.0
3 stars 4 forks source link

Remove implicit conversion ActorContext -> ActorSystem #28

Closed RomanIakovlev closed 7 years ago

RomanIakovlev commented 7 years ago

This helps with ambiguous implicits when both import context._ and import com.rxthings.di._ are used within an actor. Related to #27.

jw3 commented 7 years ago

Is this rebased on master?

RomanIakovlev commented 7 years ago

Already not, but I can do it quickly.

RomanIakovlev commented 7 years ago

Replaced with #29.

jw3 commented 7 years ago

Could have just force pushed it to this one. No worries though, on to #29