GithubHelp home page GithubHelp logo

Comments (6)

parroty avatar parroty commented on August 20, 2024

Thank you for the report.
Can you try mix deps.update excoveralls? The message mix.exs file it supports only Elixir ~> 0.13.1 part sounds like old version is being used.

from excoveralls.

parroty avatar parroty commented on August 20, 2024

It seems the elixir version was too strict in the mix.exs to prevent v1.1.0-dev.

from excoveralls.

mdg avatar mdg commented on August 20, 2024

So it complains about the version, but I realize it also complains about the version of other dependencies as well but they keep compiling. With excoveralls, it also gives this compile error:

== Compilation error on file lib/excoveralls/exceptions.ex ==
** (CompileError) lib/excoveralls/exceptions.ex:1: undefined function defexception/2
    (stdlib) lists.erl:1352: :lists.mapfoldl/3
    (elixir) src/elixir_exp.erl:49: :elixir_exp.expand/2
    (elixir) src/elixir.erl:206: :elixir.quoted_to_erl/3
    (elixir) lib/kernel/parallel_compiler.ex:97: anonymous fn/4 in Kernel.ParallelCompiler.spawn_compilers/8

could not compile dependency excoveralls, mix compile failed. You can recompile this dependency with `mix deps.compile excoveralls` or update it with `mix deps.update excoveralls`

from excoveralls.

parroty avatar parroty commented on August 20, 2024

defexception/2 was deprecated at elixir v0.14.0 (as described in https://github.com/elixir-lang/elixir/releases/tag/v0.14.0).
I think the old version is used as in the original error message, since excoveralls has been updated to incorporate the change. Could you try mix deps.update excoveralls?

from excoveralls.

mdg avatar mdg commented on August 20, 2024

Ahh, yes. I see this is from the sugar framework asking for an old version of excoveralls. With the current version things compile just fine. Thank you!

from excoveralls.

parroty avatar parroty commented on August 20, 2024

Thanks for the update. I'm closing this item at the moment.

from excoveralls.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.