parroty / exvcr

HTTP request/response recording library for elixir, inspired by VCR.
MIT License
722 stars 132 forks source link

Address deprecations #120

Closed tt closed 7 years ago

tt commented 7 years ago

Kernel.to_char_list and Integer.to_char_list have been deprecated in favor of the versions with one less underscore:

See elixir-lang/elixir#4909.

This change will silence the warnings when compiling the package.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 92.936% when pulling efbb896251b675a26264f9414f78d233b4122bb3 on tt:address-deprecations into ac9f404992e7e6495eb77d4fa1e708ae073ce638 on parroty:master.

parroty commented 7 years ago

Thanks!