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
Fix "Regression in zio/zio-schema for typer/implicit resolution" (#24156)
Fixes implicit divergence checking regression by correcting how
`TypeSizeAccumulator` handles `TypeParamRef` bounds. Instead of adding
both upper and lower bounds to the type size, we now take the maximum of
both bound sizes.
Fixes#24007
0 commit comments