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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# LazyValgrade
1
+
# Sloth
2
2
3
3
A bytecode rewriting tool to enable Scala 3.0-3.7.x compatibility with JDK 26+.
4
4
@@ -28,7 +28,7 @@ The problem is not just with new code - it's with the entire existing ecosystem:
28
28
- Recompiled with Scala 3.8+, or
29
29
- Patched at the bytecode level
30
30
31
-
Recompiling the entire ecosystem is impractical and time-consuming. This is where LazyValgrade comes in.
31
+
Recompiling the entire ecosystem is impractical and time-consuming. This is where Sloth comes in.
32
32
33
33
### Implementation Differences
34
34
@@ -40,11 +40,11 @@ Recompiling the entire ecosystem is impractical and time-consuming. This is wher
40
40
41
41
**Scala 3.8+**: New VarHandle-based implementation without `sun.misc.Unsafe`
42
42
43
-
LazyValgrade must handle transformations from three distinct implementation families to the 3.8+ implementation.
43
+
Sloth must handle transformations from three distinct implementation families to the 3.8+ implementation.
44
44
45
45
## The Solution
46
46
47
-
LazyValgrade provides bytecode-level transformations using ASM to rewrite lazy val implementations from Scala 3.0-3.7.x to the Scala 3.8.0 implementation.
47
+
Sloth provides bytecode-level transformations using ASM to rewrite lazy val implementations from Scala 3.0-3.7.x to the Scala 3.8.0 implementation.
0 commit comments