meh / amnesia

Mnesia wrapper for Elixir.
692 stars 68 forks source link

compilation issue #79

Open safwanolaimat opened 6 years ago

safwanolaimat commented 6 years ago

== Compilation error in file lib/exquisite.ex == ** (CompileError) lib/exquisite.ex:103: CALLER is available only inside defmacro and defmacrop 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"

Elixir Version = Elixir v1.7.0-dev

jkscheung commented 6 years ago

Looks like this issue is being fixed: https://github.com/meh/exquisite/issues/10

safwanolaimat commented 6 years ago

I think the hex package not updated

indocomsoft commented 5 years ago

Eagerly waiting for a new release!

zkessin commented 5 years ago

any news on this?

AndreasBraun2015 commented 5 years ago

Would be great to have a solution on this

NikolaMandic commented 5 years ago

use in your deps {:exquisite,[git: "https://github.com/noizu/exquisite.git",override: true] }, until devs there merge

ourway commented 5 years ago

Any updates?