-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Support Elixir 1.18 #849
base: main
Are you sure you want to change the base?
Support Elixir 1.18 #849
Conversation
I keep seeing errors pop up, seemingly due to some issue with elixir_sense. Logs here |
@Moosieus Updated elixir_sense. That should take care of the error you're seeing (I was told it's benign, but yes, it's gross). |
That about sums up my experience. I've pulled the update, gonna work with it and see if anything else crops up. |
That seems to have done the trick |
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.
Been using without issues, and the code looks good on review.
Support 1.18.
Test failures were due to old versions of beam files hanging around. This quiets warnings and all tests pass locally.
Fixes #846