Skip to content

Commit 0610d5e

Browse files
committed
Remove an orphan
1 parent 2adf42d commit 0610d5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_posts/2024-08-19-given-priority-change-3.7.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ What happened? In Scala 3.6 and earlier, the compiler prioritizes the
9999
(`userComponent`). However, in Scala 3.7, it selects the value with the
100100
_most general_ subtype instead (`libComponent`).
101101

102-
Here's the revised version with improved transitions and adjustments for the reordering:
103-
104102
## New Prioritization of Givens in Scala 3.7
105103

106104
Scala 3.7 will introduce changes to how `given`s are resolved, which may affect program behavior when multiple `given`s are present. The aim of this change is to make `given` resolution more predictable, but it could lead to challenges during migration to Scala 3.7 or later versions. In this article, we’ll explore the motivation behind these changes, potential issues, and provide migration guides to help developers prepare for the transition.

0 commit comments

Comments
 (0)