export icon indicating copy to clipboard operation
export copied to clipboard

Deprecated functions

Open Maxximiliann opened this issue 4 years ago • 1 comments

$ 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

Maxximiliann avatar Sep 21 '21 14:09 Maxximiliann

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

tcitworld avatar Oct 01 '21 16:10 tcitworld