-
Notifications
You must be signed in to change notification settings - Fork 13
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
Elixir 1.14.0 support #20
Comments
hi @mward-sudo Leaving a note to myself, this is the PR that introduces this change: https://github.com/elixir-lang/elixir/pull/11827/files |
Any progress on this issue? If you're struggling for time to fix this then I'd be willing to attempt a fix and PR if you can give me some pointers towards the code that requires modification. |
I have submitted a simple pull request that removes the new offending line |
Since upgrading to Elixir 1.14.0 from 1.13.4 the Elixir Test Explorer extension is failing (displaying
ExUnitTest: Error
in the UI) and is logging the following error:Error: TypeError: Cannot read property '0' of null
This may be related to Issue #7
Versions:
Output from
mix test --trace --seed=0 --only=""
For comparison, using
Elixir 1.13.4-otp25
, which works correctly:The only difference being that 1.14.0 includes the following line directly below the list of tests:
All tests have been excluded.
The text was updated successfully, but these errors were encountered: