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(Elixir): Fix warnings emitted by elixir 1.16 #139

Merged
merged 2 commits into from
Feb 5, 2025

Conversation

tomciopp
Copy link
Contributor

@tomciopp tomciopp commented Nov 2, 2023

No description provided.

@@ -13,7 +13,7 @@ defmodule Tzdata.App do
{:ok, pid} = Supervisor.start_link(children, strategy: :one_for_one)

# Make zone atoms exist so that when to_existing_atom is called, all of the zones exist
Tzdata.zone_list |> Enum.map(&(&1 |> String.to_atom))
Tzdata.zone_list() |> Enum.map(&(&1 |> String.to_atom))

Choose a reason for hiding this comment

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

Suggested change
Tzdata.zone_list() |> Enum.map(&(&1 |> String.to_atom))
Tzdata.zone_list() |> Enum.map(&(&1 |> String.to_atom()))

@lau lau merged commit 7791318 into lau:master Feb 5, 2025
0 of 2 checks passed
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