AliSoftware / Dip

Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances!
MIT License
978 stars 75 forks source link

autoinject fails #186

Closed abesmon closed 6 years ago

abesmon commented 6 years ago

refers to #185

i don't know if it's the right solution and if this one will not lead to another issues, but this one works.

Seems like these files was changed while parent system implementation, so it needs some review

ilyapuchka commented 6 years ago

This will affect parent-child relationships, probably breaking it

ilyapuchka commented 6 years ago

revert #189 should address this