Voiteh / Depin

Dependency injection library for Ceylon
Apache License 2.0
0 stars 0 forks source link

Functions are not properly saved in Dependencies tree #71

Closed Voiteh closed 4 years ago

Voiteh commented 4 years ago

Currently the fun.openType is taken in consideration but this is return type of function. It may produce clashes.

It should take parameters of function into consideration also but Dependency.Definition only helds information about Declaration itself

Voiteh commented 4 years ago

We should not care about parameter names but only their types. Still parameter functions must be diversified from values.