assertions icon indicating copy to clipboard operation
assertions copied to clipboard

Temporarily remove compilation check for Absinthe

Open timgremore opened this issue 4 years ago • 4 comments

Assertions conditionally adds helpers for use with Absinthe. Assertions.Absinthe utilizes Code.ensure_compiled/1 to manage this condition. However, undefined function assert_response_equals/4 is raised when compiling all dependencies. Recompiling assertions after compiling all dependencies satisfies the call to Code.ensure_compiled/1 and the exception is avoided. This removes the conditional check until a proper solution can be found and since we are using Absinthe.

Issue is also described https://github.com/devonestes/assertions/issues/22

timgremore avatar Apr 27 '21 12:04 timgremore

@timgremore you saved me from hell... I've been drying myself nuts around this issue until I came up with your comments. I know this is for issues only but I wanted it to thank you.

n0um3n4 avatar May 03 '21 21:05 n0um3n4

hi @devonestes can we get this merged in soon? Did you need some help with that?

allenwyma avatar May 20 '22 13:05 allenwyma