Skip to content

fix charlist warning#41

Open
dnsbty wants to merge 1 commit intobalena:masterfrom
dnsbty:fix-charlist-warning
Open

fix charlist warning#41
dnsbty wants to merge 1 commit intobalena:masterfrom
dnsbty:fix-charlist-warning

Conversation

@dnsbty
Copy link

@dnsbty dnsbty commented Sep 28, 2025

Compiling the project produces this warning for using a single quoted string to produce a charlist:

    warning: using single-quoted strings to represent charlists is deprecated.
    Use ~c"" if you indeed want a charlist or use "" instead.
    You may run "mix format --migrate" to change all single-quoted
    strings to use the ~c sigil and fix this warning.
    │
 16 │     path = :filename.join(:code.priv_dir(unquote(app)), 'sippet_nif')
    │                                                         ~
    │
    └─ lib/sippet/parser.ex:16:57

This change updates the code to use the ~c sigil to fix the warning.

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.

1 participant