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

Get rid of charlist deprecation warnings in Elixir 1.17 #15

Merged
merged 1 commit into from
Jun 4, 2024
Merged

Get rid of charlist deprecation warnings in Elixir 1.17 #15

merged 1 commit into from
Jun 4, 2024

Conversation

maennchen
Copy link
Contributor

    warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
    │
 83 │     {:ok, config} = :file.consult('rebar.config')
    │                                   ~
    │
    └─ deps/telemetry_registry/mix.exs:83:35
    warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
    │
 89 │     {:ok, [{:application, name, desc}]} = :file.consult('src/telemetry_registry.app.src')
    │                                                         ~
    │
    └─ telemetry_registry/mix.exs:89:57

    warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
    │
 83 │     {:ok, config} = :file.consult('rebar.config')
    │                                   ~
    │
    └─ deps/telemetry_registry/mix.exs:83:35
    warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
    │
 89 │     {:ok, [{:application, name, desc}]} = :file.consult('src/telemetry_registry.app.src')
    │                                                         ~
    │
    └─ telemetry_registry/mix.exs:89:57
@bryannaegele bryannaegele merged commit 888bb09 into beam-telemetry:main Jun 4, 2024
4 checks passed
@maennchen maennchen deleted the charlist_deprecation_warning branch June 4, 2024 20:07
@vheathen
Copy link

@bryannaegele could you please make a bugfix release (0.3.2) with these changes? It would be awesome to return to the specific version definition instead of {:telemetry_registry, github: "beam-telemetry/telemetry_registry", override: true}.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants