Skip to content

Commit 83f3590

Browse files
authored
use temporary combined JL branch (#92)
Use the `aviatesk/JuliaLowering.jl#avi/JETLS` branch which combines the following JL branches: - [`mlechu:fix-nightly`](c42f/JuliaLowering.jl#10) - [`aviatesk:avi/precompile`](c42f/JuliaLowering.jl#14) This is a temporary solution until these branches are merged into JL#master. This enables JL precompilation and significantly improves JETLS startup time (even when JETLS `precompile_workload` is set to `false`).
1 parent c8c033a commit 83f3590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
2020

2121
[sources]
2222
JET = { rev = "master", url = "https://github.com/aviatesk/JET.jl" }
23-
JuliaLowering = { rev = "fix-nightly", url = "https://github.com/mlechu/JuliaLowering.jl" }
23+
JuliaLowering = { rev = "avi/JETLS", url = "https://github.com/aviatesk/JuliaLowering.jl" }
2424
JuliaSyntax = { rev = "eceaa39", url = "https://github.com/JuliaLang/JuliaSyntax.jl" }
2525

2626
[compat]

0 commit comments

Comments
 (0)