Skip to content
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.16 #26

Merged
merged 2 commits into from
Jan 8, 2024
Merged

Support elixir 1.16 #26

merged 2 commits into from
Jan 8, 2024

Conversation

cgrothaus
Copy link
Contributor

📖 Description and reason

Goal: support Elixir 1.16.

Reason: API changes in Elixir 1.16 in Code.string_to_quoted/2.

Changes:

  • Add Elixir 1.16 in GitHub Actions workflows
  • Support Elixir 1.16 in call to Code.string_to_quoted/2

Fixes #25 .

👷 Work done

  • Provide fix

🎉 Result

mix deps.audit should run on Elixir 1.16 without unnecessary warnings.

🦀 Dispatch

#dispatch/elixir

Elixir 1.16 brought an API change to `Code.string_to_quoted/2`:
the option `warn_on_unnecessary_quotes` was removed and replaced
by `emit_warnings`.
@mirego-builds
Copy link

🦀 Requesting reviewers for this pull request:

🦀 Mentionning users for this pull request:

@kevincote kevincote requested a review from remi January 8, 2024 13:53
@remi
Copy link
Member

remi commented Jan 8, 2024

Thank you @cgrothaus! 🙌

@remi remi merged commit 6b5d0d5 into mirego:main Jan 8, 2024
5 checks passed
@remi
Copy link
Member

remi commented Jan 8, 2024

2.1.2 incoming! 🚀

@cgrothaus cgrothaus deleted the support-elixir-1.16 branch January 8, 2024 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Elixir 1.16: warnings about "found quoted keyword" in "mix.lock"
3 participants