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
[refined4s-circe] Update refined4s.modules.circe.derivation.instances.derivedEncoder to use contraCoercible and make it inline
Version
0.4.0
Description
The current code has the following issue if it's turned into an inline method.
[error] 13 | a => encoder(coercible(a))
[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[error] |An inline given alias with a function value as right-hand side can significantly increase
[error] |generated code size. You should either drop the `inline` or rewrite the given with an
[error] |explicit `apply` method.
The text was updated successfully, but these errors were encountered:
Summary
[
refined4s-circe
] Updaterefined4s.modules.circe.derivation.instances.derivedEncoder
to usecontraCoercible
and make itinline
Version
0.4.0
Description
The current code has the following issue if it's turned into an
inline
method.The text was updated successfully, but these errors were encountered: