Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bkamins opened this issue May 27, 2021 · 3 comments
Open

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

bkamins opened this issue May 27, 2021 · 3 comments

Comments

@bkamins
Copy link

bkamins commented May 27, 2021

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

@jwortmann
Copy link

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.

@randy3k
Copy link
Collaborator

randy3k commented Jun 1, 2021

Thanks for reporting it. I am on it.

@randy3k
Copy link
Collaborator

randy3k commented Jun 2, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants