Skip to content

Commit e7930f9

Browse files
committed
Missed a few spots
1 parent 728ef76 commit e7930f9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# LazyValgrade
1+
# Sloth
22

33
A bytecode rewriting tool to enable Scala 3.0-3.7.x compatibility with JDK 26+.
44

@@ -28,7 +28,7 @@ The problem is not just with new code - it's with the entire existing ecosystem:
2828
- Recompiled with Scala 3.8+, or
2929
- Patched at the bytecode level
3030

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.
3232

3333
### Implementation Differences
3434

@@ -40,11 +40,11 @@ Recompiling the entire ecosystem is impractical and time-consuming. This is wher
4040

4141
**Scala 3.8+**: New VarHandle-based implementation without `sun.misc.Unsafe`
4242

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.
4444

4545
## The Solution
4646

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.
4848

4949
### Use Cases
5050

0 commit comments

Comments
 (0)