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

Remove warnings: Use ~c"" instead, compiler for .yrl and .xrl #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bradhanks
Copy link

Compile-time alerts:

 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
 │

458 │ {:type_list, ['n', 'o', 'n', :, 'n', 'e', 'g', :, 'i', 'n', 't', 'e', 'g', 'e', 'r'],
│ ~

└─ lib/erlex.ex:458:93

…eex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs \n warning: in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs \n warning: use Mix.Config is deprecated. Use the Config module instead
@kipcole9
Copy link

Thanks for making this PR @bradhanks. @asummers - are you planning a new release with the Elixir 1.16 compatibility changes? Adding :leex and :yecc to the compilers list works (as best I can tell) with older releases so at least that part is compatible.

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.

2 participants