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
Based on OpenCB failure for armanbilge/calico - build logs.
OpenCB for 3.7.1-RC1-bin-20250424-99d640c-NIGHTLY failed for more 45 projects then 3.7.1-RC1-bin-20250417-05b102a-NIGHTLY It's likely that most of these are coused by the same regression.
Similar errors were observed in at least 15 projects in both Typelevel and ZIO ecosystems as well as vanilla Scala.
Compiler version
Last good release: 3.7.1-RC1-bin-20250417-05b102a-NIGHTLY
First bad release: 3.7.1-RC1-bin-20250424-99d640c-NIGHTLY
Bisect points to 2f285a2
-- [E007] TypeMismatchError:/Users/wmazur/projects/scala/sandbox/test.scala:3:19---------------------------------------------------------------------------------------------------------3| ops.to(List).map(_.reverse)
|^^^^^^^^^|Found:?1.Out=>List[Any]
|Required:?2.Out=>List[Any]
||where: ?1 is an unknown value of typeCollector.Aux[Any, List[Any]]
|?2 is an unknown value of typeCollector.Aux[Any, List[Any]]
Expectation
The text was updated successfully, but these errors were encountered:
WojciechMazur
changed the title
Typer regression in armanbilge/calico for dependant typer
Typer regression for dependant types in multiple OpenCB projects
Apr 27, 2025
Should fix#23056. I haven't been able to understand exactly what is
going on there yet, but the problem seems to arise in a situation where
the denotation should be reloaded during `integrate` and is not. This PR
makes sure that we keep the previous denotation for `NamedType` _only_
if its prefix is a `ParamRef` bound to the `LambdaType` we are
integrating over.
Based on OpenCB failure for
armanbilge/calico
- build logs.OpenCB for 3.7.1-RC1-bin-20250424-99d640c-NIGHTLY failed for more 45 projects then 3.7.1-RC1-bin-20250417-05b102a-NIGHTLY It's likely that most of these are coused by the same regression.
Similar errors were observed in at least 15 projects in both Typelevel and ZIO ecosystems as well as vanilla Scala.
Compiler version
Last good release: 3.7.1-RC1-bin-20250417-05b102a-NIGHTLY
First bad release: 3.7.1-RC1-bin-20250424-99d640c-NIGHTLY
Bisect points to 2f285a2
Minimized code
Output
Expectation
The text was updated successfully, but these errors were encountered: