Julia-sublime
Julia-sublime copied to clipboard
Bug: trying to open julia/base/reducedim.jl fails
The file julia/base/reducedim.jl does not load after the update of SublimeText to version 4. Thank you for working on this!
The issue seems to be caused by this line https://github.com/JuliaLang/julia/blob/97aa8318e792966172e38310d97ea25b91d88744/base/reducedim.jl#L168
Minimum example:
foo(x::A{f(a)})
as soon as you type =
at the end of the line, it will freeze the editor.
Thanks for reporting it. I am on it.
It has something to do with lambda function detection. I have temporarily disabled it for now 4707053.