Skip to content

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