Skip to content

Error when running tests on 1.11-dev #10271

@LostKobrakai

Description

@LostKobrakai

Environment

  • Elixir & Erlang/OTP versions (elixir --version):
    Erlang/OTP 23 [erts-11.0] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [hipe]
    Elixir 1.11.0-dev (1995478) (compiled with Erlang/OTP 23)
  • Operating system: Mac OS X

Current behavior

When running mix test I get the following error right after compilation is done.

** (ArgumentError) argument error
    (stdlib 3.13) :ets.member(Mix.Compilers.ApplicationTracer, Kernel)
    (mix 1.11.0-dev) lib/mix/compilers/application_tracer.ex:31: Mix.Compilers.ApplicationTracer.trace/2
    (elixir 1.11.0-dev) src/elixir_env.erl:36: :elixir_env."-trace/2-lc$^0/1-0-"/3
    (elixir 1.11.0-dev) src/elixir_env.erl:36: :elixir_env.trace/2
    (elixir 1.11.0-dev) src/elixir_dispatch.erl:166: :elixir_dispatch.do_expand_import/6
    (elixir 1.11.0-dev) src/elixir_dispatch.erl:91: :elixir_dispatch.dispatch_import/5

Expected behavior

No error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions