Quviq / eqc_ex

QuickCheck for Elixir
BSD 3-Clause "New" or "Revised" License
83 stars 10 forks source link

fix Mix.Utils.read_path in Elixir 1.10 #11

Closed tony612 closed 3 years ago

tony612 commented 4 years ago

Without this, an error will be raised:

** (Mix) fetching from URIs require a checksum to be given

Could not fetch QuickCheck at:
   http://quviq.com/downloads/eqcmini.zip

See https://github.com/elixir-lang/elixir/blob/a94911881d4c0424fe3eaf154aa0d87cc5163b51/lib/mix/lib/mix/utils.ex#L534 for details.

Dimagog commented 4 years ago

@ThomasArts please merge this PR ASAP as mix eqc.install is broken right now with Elixir 1.10.3.

ThomasArts commented 3 years ago

Thanks Tony!

sanmiguel commented 3 years ago

Thank you @ThomasArts 😀

DmitryKakurin commented 3 years ago

@ThomasArts, Could you publish this update to hex.pm please?

sanmiguel commented 3 years ago

@ThomasArts any chance you could push a new hex version to include this fix?