scalalandio / chimney

Scala library for boilerplate-free, type-safe data transformations

Home Page:https://chimney.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't attempt to summon implicit if overrides list is not empty

MateuszKubuszok opened this issue · comments

Implicit derivation rule should give up if both field or instance overrides are not empty. In such case it should only add a debug log explaining that config was not empty and that was the reason for not searching implicits (since it might not be obvious for someone debugging it).

Released in 0.8.0-RC1.