Regression in jcouyang/dhall-generic
for implicit search
#20298
Labels
jcouyang/dhall-generic
for implicit search
#20298
Based on OpenCB failures in
jcouyang/dhall-generic
- build logsThe compiler fails to search for implicit instances defined in companion of the typeclass. It requires explicit import at the place of usage
Compiler version
Last good release: 3.5.0-RC1-bin-20240406-521ce95-NIGHTLY
First bad release: 3.5.0-RC1-bin-20240408-1e8a653-NIGHTLY
The compilation errors when building compiler prevented gathering the exact commit that coused regression it can be any of:
d2a6392
1dc5b99
321d0d2
1e8a653
The project-wise bisect nominated 90c3fbd as the cause of the regression
Minimized code
Needs to be defined as 2 compilation units
I was able to reproducer
Decoder[Empty]
in single file, but the other cases required definitions and usage to be split in previous Scala versions.Output
Expectation
Should compile
The text was updated successfully, but these errors were encountered: