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

Deprecated functions #13

Open
Maxximiliann opened this issue Sep 21, 2021 · 1 comment
Open

Deprecated functions #13

Maxximiliann opened this issue Sep 21, 2021 · 1 comment

Comments

@Maxximiliann
Copy link

$ mix deps.compile
===> Analyzing applications...
===> Compiling erlport
==> export
Compiling 4 files (.ex)
warning: Atom.to_char_list/1 is deprecated. Use Atom.to_charlist/1 instead
  lib/export/helpers.ex:9: Export.Helpers.convert_options/1

warning: String.to_char_list/1 is deprecated. Use String.to_charlist/1 instead
Found at 2 locations:
  lib/export/helpers.ex:9: Export.Helpers.convert_options/1
  lib/export/helpers.ex:12: Export.Helpers.convert_options/1

Generated export app
@tcitworld
Copy link

It was fixed in 3bfabf6, so this is pretty much #10

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

No branches or pull requests

2 participants