lau / tzdata

tzdata for Elixir. Born from the Calendar library.
MIT License
298 stars 71 forks source link

Compiler warnings on Elixir 1.11.0 #105

Closed jaimeiniesta closed 3 years ago

jaimeiniesta commented 3 years ago
==> tzdata
Compiling 17 files (.ex)
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 Supervisor module instead
  lib/tzdata/tzdata_app.ex:10: Tzdata.App.start/2