Julia-sublime icon indicating copy to clipboard operation
Julia-sublime copied to clipboard

Bug: trying to open julia/base/reducedim.jl fails

Open bkamins opened this issue 3 years ago • 3 comments

The file julia/base/reducedim.jl does not load after the update of SublimeText to version 4. Thank you for working on this!

bkamins avatar May 27 '21 19:05 bkamins

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.

jwortmann avatar May 31 '21 14:05 jwortmann

Thanks for reporting it. I am on it.

randy3k avatar Jun 01 '21 23:06 randy3k

It has something to do with lambda function detection. I have temporarily disabled it for now 4707053.

randy3k avatar Jun 02 '21 05:06 randy3k