sudori part 4 · eed3si9n
This is a blog post on sbt 2.x development, continuing from sudori part3, sbt 2.x remote cache, and sbt 2.x remote cache with Bazel compatibility. Eugene Yokota (@eed3si9n) |
Upcoming Changes to Givens in Scala 3.7
Scala 3.7 will introduce changes to how givens are resolved, which may affect program behavior when multiple givens are present. The aim of this change is to make given resolution more predictable, but it could lead to problems 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. Oliver Bračevac (@etaconversion) |
Unexpected Scala Functions: groupMap
There’s always something in the list comprehensions within Scala that just jumps out to surprise me. Steven Hicks |