You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code executes just fine, but this project is unable to format it
functionweird()
begin# notice the trailing "<"for a in [] <endendprintln(321)
endfunctionbadly_formatted()
if2==2println(123)
endendweird()
badly_formatted()
Meta.parse handles this by just throwing away the extra token. CSTParser.jl has decided not to do this (which will cause an error) and since we rely on it this type of syntax won't be supported for formatting therefore I'm going to close this since there's nothing to be done.
The following code executes just fine, but this project is unable to format it
The text was updated successfully, but these errors were encountered: