randycoulman / mix_test_interactive

Interactive watch mode for Elixir's mix test. https://hexdocs.pm/mix_test_interactive/
MIT License
85 stars 12 forks source link

fix: Fix warnings when using Elixir 1.17 #89

Closed jfpedroza closed 3 months ago

randycoulman commented 3 months ago

@jfpedroza Thanks for this PR! It looks like it will work to solve the issues, but it looks like there's a problem with CI. CircleCI hasn't release a Docker image with the tag 1.17 (yet?), so can't build on 1.17. I also note that they don't have any OTP 27.x images available yet.

Let me do some work on CI to make it possible to build on 1.17 and then I'll merge this. I'll try to get to this in the next few days.

randycoulman commented 3 months ago

Thanks again for the contribution! I'll get a new release out shortly containing this fix.

jfpedroza commented 3 months ago

Thanks!

randycoulman commented 3 months ago

Released as v2.1.0. Thanks again!