Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

There are warnings compiling under Elixir 1.5.x #60

Closed
mikestok opened this issue Sep 6, 2017 · 1 comment
Closed

There are warnings compiling under Elixir 1.5.x #60

mikestok opened this issue Sep 6, 2017 · 1 comment

Comments

@mikestok
Copy link
Contributor

mikestok commented Sep 6, 2017

When compiling sqlite with elixir 1.5.1 there are warnings due to deprecations.

✔ ~/Projects/sqlitex [old L|✔]
12:46 $ mix clean
✔ ~/Projects/sqlitex [old L|✔]
12:46 $ mix compile
Compiling 8 files (.ex)
warning: String.to_char_list/1 is deprecated, use String.to_charlist/1
  lib/sqlitex.ex:32

warning: String.rstrip/2 is deprecated, use String.trim_trailing/2 with a binary as second argument
  lib/sqlitex/row.ex:56

warning: the char_list() type is deprecated, use charlist()
  lib/sqlitex/query.ex:82

warning: the char_list() type is deprecated, use charlist()
  lib/sqlitex/query.ex:81

warning: the char_list() type is deprecated, use charlist()
  lib/sqlitex/query.ex:68

warning: the char_list() type is deprecated, use charlist()
  lib/sqlitex/query.ex:67

warning: the char_list() type is deprecated, use charlist()
  lib/sqlitex/query.ex:39

warning: the char_list() type is deprecated, use charlist()
  lib/sqlitex/query.ex:38

warning: the char_list() type is deprecated, use charlist()
  lib/sqlitex/query.ex:25

warning: the char_list() type is deprecated, use charlist()
  lib/sqlitex/query.ex:24

warning: the char_list() type is deprecated, use charlist()
  lib/sqlitex.ex:4

warning: the char_list() type is deprecated, use charlist()
  lib/sqlitex.ex:3

warning: the char_list() type is deprecated, use charlist()
  lib/sqlitex.ex:31

warning: the char_list() type is deprecated, use charlist()
  lib/sqlitex.ex:31

Generated sqlitex app
mmmries added a commit that referenced this issue Sep 11, 2017
Get rid of warnings when compiling under 1.5.x #60
@mmmries
Copy link
Collaborator

mmmries commented Jan 11, 2018

This was fixed in #61

@mmmries mmmries closed this as completed Jan 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants