-
-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
There's currently a limit of lines/statement per code blocks that can be indented correctly. It is a pretty large limit but can be seen when indenting a large function (e.g. some in inference.jl
).
Reproduce with
function f()
g = begin
function ()
return begin
1
end
end
end
# repeat the `g =` block above ~150 times.
end
Ref JuliaLang/julia#9831 (the original issue of arguments/list is already fixed)
Metadata
Metadata
Assignees
Labels
No labels