-
Notifications
You must be signed in to change notification settings - Fork 6
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
Try out Runic formatting #138
Conversation
LiveServer.servedocs( | ||
; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This look a bit stupid -- The ;
should be directly after the opening (
I think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that would be better
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed on Runic master
@@ -20,6 +24,7 @@ function safe_include(filename) | |||
end | |||
const session_tmp = mktempdir() | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you manually insert all of these extra newlines? I am guessing this could be another Windows-related line ending bug if not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't do anything after running the formatter. It looks like the bug since it looked fine originally https://github.com/JuliaGeometry/DelaunayTriangulation.jl/blob/main/docs/make.jl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be fixed in JuliaSyntax 0.4.9
update_representative_point=update_representative_point, | ||
store_event_history=store_event_history, | ||
event_history=event_history, | ||
is_true(peek) ? (new_point_x, new_point_y) : num_points(tri); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be indented.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been fixed om Runic master
Try again with [email protected] and Runic master? Probably have to reset the commit first because Runic will not revert some of these changes once they are in the source. |
Hopefully doesn't break everything
Will have to update the files again after fredrikekre/Runic.jl#15 is addressed