asummers / erlex

Convert Erlang style structs and error messages to equivalent Elixir.
Other
34 stars 16 forks source link

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

Open bradhanks opened 9 months ago

bradhanks commented 9 months ago

Compile-time alerts:

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

458 │ {:typelist, ['n', 'o', 'n', :, 'n', 'e', 'g', :_, 'i', 'n', 't', 'e', 'g', 'e', 'r'], │ ~ │ └─ lib/erlex.ex:458:93

kipcole9 commented 7 months ago

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.