julia-vscode / SymbolServer.jl

Other
23 stars 31 forks source link

Precompilation of SymbolServer broken on Julia 1.11.0-DEV #278

Closed George9000 closed 10 months ago

George9000 commented 11 months ago

Please see this issue opened on the Julia repo.

"SymbolServer code [is] trying to do things with the core array intrinsics...[which] mostly no longer exist"

Liozou commented 11 months ago

This has already been fixed last week ago by https://github.com/julia-vscode/SymbolServer.jl/pull/276 but no release version has been tagged yet to make the bugfix visible. @pfitzseb do you want to tag a release? This was also asked by https://github.com/julia-vscode/SymbolServer.jl/issues/275.

Note that SymbolServer will remain bugged on julia master because of https://github.com/JuliaLang/julia/pull/51878#issuecomment-1784769226 for the time being.

pfitzseb commented 10 months ago

master now works on Julia nightly again.