-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
elixir-ls 0.9.0 (new formula) #91820
Conversation
Closes elixir-lsp/elixir-ls#617 |
Hmm I also have an issue with the audit not passing: https://github.com/Homebrew/homebrew-core/runs/4667122310?check_suite_focus=true#step:6:33 The reason for this is the |
Those shouldn't be in the |
Sorry I phrased it a bit wrong - my issue is that the scripts (e.g. *.sh) have to be in the same directory as the .ez archives for the app to work. |
In that case installing everything to |
Adding a new formula for the Elixir Language Server. It is a code intelligence server and debugger implementing the LSP and DAP.
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.
Thanks @DaniruKun ! Without contributions like yours it'd be impossible to keep homebrew going with the high standards that users have come to expect from the project. You can feel good knowing that you've made the world a tiny bit better for homebrew users around the world! 👍 🎉
Thanks for your support guys ❤️ |
❤️ well done @DaniruKun !!!! |
Adding a new formula for the Elixir Language Server. It is a code
intelligence server and debugger implementing the LSP and DAP.
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?