Skip to content

Fix compiler warnings - #49

Merged
ollien merged 3 commits into
masterfrom
warnings
Jul 1, 2026
Merged

ollien merged 3 commits into
masterfrom
warnings

Conversation

@ollien

@ollien ollien commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

This fixes some long-standing compiler warnings in this repo

  1. Migrating off Mix.Config. This was just a matter of following these steps
  2. Using Application.compile_env/3 instead of Application.get_env/3
  3. Using Logger.warning instead of Logger.warn
  4. Bumps dev dependencies to more modern versions (as these versions emit compiler warnings).

This all required bumping the required Elixir version, but 1.5 is almost ten years old at this point, and 1.15 is almost three, so I think this is a reasonable bump :)

@sanchda sanchda left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ollien
ollien merged commit 9935a54 into master Jul 1, 2026
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.

2 participants