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
Reproducer of failure found in Open Community Build for project asflierl/sglicko2 - build logs
Compiler version
Since 3.4.0-RC1-bin-20231113-0dfe593-NIGHTLY
Bisect points to a196167
Related issue #19001 - bisect points to the same commit, but I don't think we give any guarantees about type inference, though I've decided to create seperate issue
-- [E007] TypeMismatchError:/Users/wmazur/projects/sandbox/main.scala:14:32-14| updated(id, matchResults, playersByIdInNoParticularOrder.get) // error|^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^|Found:Option[Player[P]]
|Required:Option[Player[ratingPeriod.P²]]
||where: P is a typeintraitLeaderboardwith bounds <:P2|P² is a typeintraitRatingPeriod|| longer explanation available when compiling with`-explain`1 error found
Expectation
Should compile
The text was updated successfully, but these errors were encountered:
Reproducer of failure found in Open Community Build for project asflierl/sglicko2 - build logs
Compiler version
Since 3.4.0-RC1-bin-20231113-0dfe593-NIGHTLY
Bisect points to a196167
Related issue #19001 - bisect points to the same commit, but I don't think we give any guarantees about type inference, though I've decided to create seperate issue
Minimized code
Output
Expectation
Should compile
The text was updated successfully, but these errors were encountered: