jonasschmidt / ex_json_schema

An Elixir JSON Schema validator
MIT License
366 stars 98 forks source link

fix deprecation warnings in Elixir 1.9.0 #43

Closed woylie closed 5 years ago

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 98.661% when pulling ea4df563fca66b08f0fb7a387f233d62544d02e4 on woylie:master into fd808676f1ecbd52d874fb3eca180bc476d20440 on jonasschmidt:master.

woylie commented 5 years ago

Can someone merge and release this, please? This is basically preventing us from upgrading our projects to Elixir 1.9.0, because a ton of warnings are emitted when running our tests.

hylkealons commented 5 years ago

yes please merge! Same issue as @woylie: can't upgrade to 1.9.0 because of this issue.

Thanks for the PR!

fartek commented 5 years ago

guys can we get this merged soon please? 🙏 👍

dabeat commented 5 years ago

It'd be very helpful if you could please get this PR merged!

hylkealons commented 5 years ago

@jonasschmidt any update on this?

jonasschmidt commented 5 years ago

Sorry for the long delay. I was on sabbatical and had my GitHub email still set to the company address, so I never got the notifications for the open issues. The PR has been merged and released in version 0.6.2. Thank you for taking care of this 🙇

woylie commented 5 years ago

Thanks for merging!