Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elixir 1.12.x and dependencies #90

Open
cdesch opened this issue Oct 30, 2021 · 0 comments
Open

elixir 1.12.x and dependencies #90

cdesch opened this issue Oct 30, 2021 · 0 comments

Comments

@cdesch
Copy link

cdesch commented Oct 30, 2021

I got this error when trying to compile and test on elixir 1.12.3. Is this repo still being maintained? 🃏

cjsMBP15:amnesia cj1$ mix deps.get
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
  earmark 1.2.0
  ex_doc 0.15.0
  exquisite 0.1.8
All dependencies are up to date
cjsMBP15:amnesia cj1$ mix test
==> exquisite
Compiling 1 file (.ex)

== Compilation error in file lib/exquisite.ex ==
** (CompileError) lib/exquisite.ex:103: __CALLER__ is available only inside defmacro and defmacrop
    (stdlib 3.15.1) lists.erl:1358: :lists.mapfoldl/3
    (stdlib 3.15.1) lists.erl:1359: :lists.mapfoldl/3
    lib/exquisite.ex:103: (module)
could not compile dependency :exquisite, "mix compile" failed. You can recompile this dependency with "mix deps.compile exquisite", update it with "mix deps.update exquisite" or clean it with "mix deps.clean exquisite"
cjsMBP15:amnesia cj1$ mix --version
Erlang/OTP 24 [erts-12.0.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit] [dtrace]

Mix 1.12.3 (compiled with Erlang/OTP 24)
cjsMBP15:amnesia cj1$ 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant