You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//>usingscala"3.2.0"//>usinglib"com.evolution::derivation-circe:0.1-fd8fba2a1f9529f0adc55912129fe9a6974918fc-SNAPSHOT"importevo.derivation.*importevo.derivation.circe.*importevo.derivation.config.Configimportio.circe.CodecsealedtraitMyDataTypefinalcaseclassFoo(foo: String, bar: Int) extendsMyDataTypecaseobjectBazextendsMyDataType
Yes, currently derivation for constructors requires that there is given Confif for the top enumeration.
We can try to change LazySummon mechanics a little bit if this is a problem
Error messages suggests problem with
LazySummon
Base Snippet:
Compiling
Not compiling
The text was updated successfully, but these errors were encountered: