-
Notifications
You must be signed in to change notification settings - Fork 70
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
Using JuliaFormatter as an executable (for usage with ALE) #483
Comments
you might be able to make it work if include it with PackageCompiler |
Thanks for your input @domluna. Could you elaborate a bit more what you mean? According to this description about PackageCompiler there are three ways how to use it. Which approach do you mean? |
@kdheepak may know more about this since he was something similar working for the vim plugin |
I case other people find it helpful, I'm building a binary using this command
In order for that to work you likely first have to add
The created binary then lies in Note that I had to perform two minor fixes to get it working, though, which can be seen here. (I'm still on v1.0.62 right now due to the issues with v2.) #105 is also related, I guess. I then hooked this up to my Emacs so that upon saving the current file is formatted. |
I'm using ALE for linting and fixing for C++ and Python. I would love to use JuliaFormatter with ALE as well. As far as I understand it, JuliaFormatter has to be run as a single executable to make it work with ALE.
The text was updated successfully, but these errors were encountered: