nhu313 / Quinn

XML parser for Elixir
Other
49 stars 12 forks source link

Warnings with Elixir 1.5.2 and version 1.1.1 #11

Closed quatermain closed 6 years ago

quatermain commented 6 years ago

Hello,

I got couple of warnings with Elixir 1.5.2 and version 1.1.1:

warning: String.strip/1 is deprecated, use String.trim/1
  lib/xml_parser/xml_parser.ex:27

warning: String.strip/1 is deprecated, use String.trim/1
  lib/xml_parser/xml_parser.ex:37
nhu313 commented 6 years ago

Oh I didn't know that is a thing. I haven't written Elixir in awhile. Thanks for letting me know @quatermain. I'll get it fix this weekend. I'm currently swamped at work :(