Skip to content

Conversation

sabiwara
Copy link
Contributor

@sabiwara sabiwara commented Oct 3, 2025

Matches the docs recommendation: https://hexdocs.pm/mix/1.19.0-rc.0/Mix.Tasks.Test.html.

The current hint ,test_ignore_filters: false, causes the following error:

Screenshot 2025-10-03 at 21 07 30

The second commit provides better feedack is we forget to wrap the config into a list, otherwise it fails later down the line since we build and propagate an improper list. It might be overkill, happy to remove it.
Alternatively, we could use Enum.concat over ++ which could be slightly better?

Screenshot 2025-10-03 at 21 19 26

To be backported.

@sabiwara
Copy link
Contributor Author

sabiwara commented Oct 3, 2025

I also like the idea of allowing false TBH, it feels cleaner in the config.

@josevalim josevalim merged commit b4cab36 into elixir-lang:main Oct 4, 2025
13 checks passed
@josevalim
Copy link
Member

💚 💙 💜 💛 ❤️

@josevalim
Copy link
Member

Backported, I am prepping a new RC!

@sabiwara sabiwara deleted the test-ignore-filters-hint branch October 4, 2025 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants