Skip to content

Commit 41a85c9

Browse files
committed
Remark on possible spurious warnings in explicit prioritization
1 parent 0319c0b commit 41a85c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_posts/2024-08-01-given-priority-change-3.5.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,13 @@ hierarchies of classes that provide `given` instances. By importing the
167167
`given` instances from the object with the highest priority, you can
168168
control which instance is selected by the compiler.
169169

170+
**Note**: Due to the release cut-off, Scala 3.5.0 may still report a
171+
warning that the above pattern will be ambiguous in Scala
172+
3.6. However, this warning is incorrect. The issue has already been
173+
resolved, and the improvements will be included in an upcoming bugfix
174+
release.
175+
176+
170177
### Outlook
171178

172179
We are considering adding `-rewrite` rules that automatically insert

0 commit comments

Comments
 (0)