-
Notifications
You must be signed in to change notification settings - Fork 239
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
Remaining formatter issues #1192
Comments
This a list of issues found from the samples directory.
eg. In samples/basics/bubble_sort.jakt
Should be:
Should be:
Should be:
Should be:
Spacing around fat arrow
Should be:
Function expression throws spacing
Should be:
Should be:
Should be
eg. In samples/closures/function_as_variable.jakt
Should be
I think it looks better with the spaces.
Should be:
Should be
Should be:
Should be
Should be:
Should be:
Should be:
Should be:
Should be:
|
We're close to being able to turn on the formatter as part of CI and part of the Jakt workflow. There are a few remaining issues we should fix before we do that. I'm making a list with checkboxes. If someone wants to work on one, comment below and we can put your name in. Once finished, we'll check it off the list:
1) If you miss the dot in the method call instead of a function, you get “wrong number of args” should say add dot
2) Move
)
to newline:Similar/same:
Related:
Also bad space:
Should be:
The text was updated successfully, but these errors were encountered: