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

chore(Geohash): Fix various warning emitted by elixir v1.17.0 #10

Merged
merged 1 commit into from
Aug 31, 2024

Conversation

tomciopp
Copy link
Contributor

@tomciopp tomciopp commented Jun 12, 2024

Fixes warnings emitted by the elixir compiler around character lists. The preferred syntax is now to use ~c"" instead of single quotes. There is also an update to how Config is loaded. This PR also updates dependencies to their most recent versions. Finally there is a fix with application loading where subsequent tests would fail to run due to ExUnitProperties not being found.

https://hexdocs.pm/elixir/1.12/Config.html#module-migrating-from-use-mix-config
https://www.amberbit.com/blog/2017/9/22/elixir-applications-vs-extra_applications-guide/

@odarriba
Copy link

Come to the repo to see if I could fix the warnings and saw there is already a PR. Thanks <3

@polmuz polmuz merged commit e497c7e into polmuz:master Aug 31, 2024
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.

3 participants