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

Fix warnings in Elixir 1.11 #106

Merged
merged 1 commit into from Dec 23, 2020
Merged

Fix warnings in Elixir 1.11 #106

merged 1 commit into from Dec 23, 2020

Conversation

hoyon
Copy link
Contributor

@hoyon hoyon commented Oct 16, 2020

Fixes the following warnings:

warning: unknown compiler variable "______" (expected one of __MODULE__, __ENV__, __DIR__, __CALLER__, __
STACKTRACE__)
  lib/tzdata/parser.ex:27: Tzdata.Parser.process_tz_list/1

warning: Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervi
sor module instead
Found at 2 locations:
  lib/tzdata/tzdata_app.ex:10: Tzdata.App.start/2
  lib/tzdata/tzdata_app.ex:13: Tzdata.App.start/2

Fixes #105

@maennchen
Copy link

@lau Any updates on this?

@lau
Copy link
Owner

lau commented Dec 6, 2020

@maennchen I hope to get to the compile warnings and make a release within the next few days.

@lau lau merged commit 3ec1559 into lau:master Dec 23, 2020
@lau
Copy link
Owner

lau commented Dec 26, 2020

❤️ 💚 💙 💛 💜

This has been included in the new 1.1 release.

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.

Compiler warnings on Elixir 1.11.0
3 participants