Thank you Eric. I can confirm this is broken. Unfortunately we introduced this regression when fixing another bug. I will discuss a fix with Eric MJ and let you know.
If we introduce a new flag or an environment option, would that be acceptable? Since it will only be checked with future versions, it should not affect previous versions and effectively fix the issue for future ones. *José Valim* www.plataformatec.com.br Skype: jv.ptec Founder and Director of R&D On Wed, Jul 6, 2016 at 6:41 PM, Eric Merritt <[email protected]> wrote: > Guys, > > > I am working on upgrading elixir support for nixos to Elixir 1.3. There > seems to be a change in how Mix responds to the `--no-deps-check` flag. > Previously, mix wouldn't try to do anything with deps. Now it blows up with > an error when running the following. > > > ``` > HEX_OFFLINE=1 mix compile --no-deps-check > ``` > > The error that I see is: > > ``` > * (Mix) Failed to open Hex registry (file does not exist, run `mix > hex.info` to fetch it) > ``` > > Previosly > This is new behavior between the previous version of Mix and the new > version. This problem essentially breaks elixir support on nixos, so I > would love to get it fixed. > > Eric > > -- > You received this message because you are subscribed to the Google Groups > "elixir-lang-talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elixir-lang-talk/e743d7dd-0808-467a-9963-754e611d22fe%40googlegroups.com > <https://groups.google.com/d/msgid/elixir-lang-talk/e743d7dd-0808-467a-9963-754e611d22fe%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/CAGnRm4%2BjAdweauep-PXz7mfg1iqS%3Ds_RbOp-UeBi5Wdr_C0vjA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
