Closed asmodehn closed 3 years ago
Thank you for submitting an issue! It means a lot that you took the time -- it helps us be better 🙏
Looks like this was fixed already: https://github.com/witchcrafters/witchcraft/commit/70317fab7d00e383df54b48fd678fabd9fb1afd5
Use witchcraft from github rather then from hex. https://hexdocs.pm/mix/1.12/Mix.Tasks.Deps.html
Thanks for the heads up. I verified that the version from master works for me. Closing this.
These fixes have now been published as version 1.0.4; thank you for your patience! https://github.com/witchcrafters/witchcraft/issues/106
With elixir 1.12 :
Apply.then/2
conflicts withKernel.then/2
in a few places during compilation :I am not sure what should be the proper fix, I'll try something quick...