Skip to content

Commit 982199f

Browse files
committed
Still works!
Changes are needed to work with the latest JuliaSyntax (particularly JuliaLang/JuliaSyntax.jl#560), but that isn't in Base yet, and more changes are likely to come, so I'm holding off on updating JuliaLowering at the moment.
1 parent d763c8f commit 982199f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This work is intended to
2828

2929
Note this is a work in progress; many types of syntax are not yet handled.
3030

31-
1. You need a 1.13.0-DEV build of Julia: At least 1.13.0-DEV.408. Commit `3864b18af6` is currently known to work. Note that JuliaLowering relies on Julia internals and may be broken on the latest Julia dev version from time to time.
31+
1. You need a 1.13.0-DEV build of Julia: At least 1.13.0-DEV.775. Commit `1998d5b530` is currently known to work. Note that JuliaLowering relies on Julia internals and may be broken on the latest Julia dev version from time to time.
3232
2. Check out the main branch of [JuliaSyntax](https://github.com/JuliaLang/JuliaSyntax.jl)
3333
3. Get the latest version of [JuliaSyntaxFormatter](https://github.com/c42f/JuliaSyntaxFormatter.jl)
3434
4. Run the demo `include("test/demo.jl")`

0 commit comments

Comments
 (0)