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

Tests failing on elixir 1.11 and 1.12 ? #96

Open
asmodehn opened this issue Oct 31, 2021 · 0 comments
Open

Tests failing on elixir 1.11 and 1.12 ? #96

asmodehn opened this issue Oct 31, 2021 · 0 comments

Comments

@asmodehn
Copy link

While attempting to get rid of warnings in when building inch_ex
I noticed tests failing (with elixir 1.11 and 1.12) :

  1) test json read (InchExTest)
     test/inch_ex_test.exs:10
     ** (FunctionClauseError) no function clause matching in InchEx.CodeObject.children/2
2) test eval() works as expected /1 (InchEx.CodeObjectTest)
     test/inch_ex/code_object_test.exs:4
     ** (ArgumentError) argument error
     code: result = [input] |> InchEx.CodeObject.eval() |> List.first()
  3) test eval() works as expected /2 (InchEx.CodeObjectTest)
     test/inch_ex/code_object_test.exs:40
     ** (FunctionClauseError) no function clause matching in InchEx.CodeObject.children/2

I wondered if someone knew why / had any hints on how to fix them ?
I had a quick look, but I cant figure it out what the code should be doing just yet...

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