nextest icon indicating copy to clipboard operation
nextest copied to clipboard

Produce a warning if an unknown default profile is encountered

Open sunshowers opened this issue 2 years ago • 0 comments

Nextest reserves the "default-" namespace for profiles. Produce a warning if an unknown profile name starting with "default-" is encountered.

This will involve:

  1. looking through default-config.toml to gather the set of "default-" profiles known to nextest.
  2. adding a method on NextestConfig which uses the set from step 1 to return "default-" profiles that aren't known to nextest
  3. for unknown "default-" profiles, producing a log::warn! explaining this (do this in cargo-nextest)

This is a great first issue, roughly 3-4 hours of work. Please comment on this issue if you'd like to work on this!

sunshowers avatar Jul 22 '22 18:07 sunshowers