Skip to content

src.yrl: no such file or directory when trying to run mix compile #4

@michallepicki

Description

@michallepicki

Steps to reproduce:

$ mix new sweetness
$ cd sweetness/
$ sed -i 's/deps: deps()/deps: [{:mix_caramel, git: "https:\/\/github.com\/AbstractMachinesLab\/mix_caramel"}], compilers: [:caramel] ++ Mix.compilers(), caramel_paths: ["ml_files"], caramel_release: "v0.1.0"/' mix.exs
$ mkdir ml_files && echo 'let hello () = Io.format "Hello, world!" []' > ml_files/hello.ml
$ mix deps.get
$ mix compile
warning: function deps/0 is unused
  mix.exs:22

==> mix_caramel
Compiling 1 file (.ex)
Generated mix_caramel app
Compiling hello.erl	OK

==> sweetness
Compiling 1 file (.yrl)
src.yrl: no such file or directory

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions