Skip to content

Doesn't run with elixir 1.1.1 #1

@0xR

Description

@0xR

I'm on elixir 1.1.1 and the examples won't run.

Steps to reproduce:

  1. git clone
  2. cd some example
  3. mix deps.get
  4. mix run --no-halt

I get this error:

== Compilation error on file lib/hello_world/supervisor.ex ==
** (CompileError) lib/hello_world/supervisor.ex:2: module Supervisor.Behaviour is not loaded and could not be found
    (elixir) expanding macro: Kernel.use/1
    lib/hello_world/supervisor.ex:2: HelloWorld.Supervisor (module)
    (elixir) lib/kernel/parallel_compiler.ex:100: anonymous fn/4 in Kernel.ParallelCompiler.spawn_compilers/8


== Compilation error on file lib/hello_world.ex ==
** (CompileError) lib/hello_world.ex:2: module Application.Behaviour is not loaded and could not be found
    (elixir) expanding macro: Kernel.use/1
    lib/hello_world.ex:2: HelloWorld (module)
    (elixir) lib/kernel/parallel_compiler.ex:100: anonymous fn/4 in Kernel.ParallelCompiler.spawn_compilers/8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions