We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad40ad commit f793278Copy full SHA for f793278
lib/construct/hooks/fasten.ex
@@ -2,7 +2,7 @@ defmodule Construct.Hooks.Fasten do
2
defmacro __using__(_opts \\ []) do
3
quote do
4
structure_compile_hook :post do
5
- Module.eval_quoted(__MODULE__, Construct.Hooks.Fasten.__compile__(__MODULE__, Enum.reverse(@fields)))
+ Code.eval_quoted(Construct.Hooks.Fasten.__compile__(__MODULE__, Enum.reverse(@fields)), [], __ENV__)
6
7
defoverridable make: 2
8
end
0 commit comments