You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So that we can ensure that the config files are an accurate record of what has been run, and not be confusing, we should add a check into the workflow geneation to monitor a couple of things:
Unused config sections
Unused options in the executables section
This will help avoid issues like the one seen by Yifan (reported in slack) where executables from dependencies are removed, so the ${which|...} will fail, but it is not actually used, and so we can remove it from the configs anyway.
The text was updated successfully, but these errors were encountered:
So that we can ensure that the config files are an accurate record of what has been run, and not be confusing, we should add a check into the workflow geneation to monitor a couple of things:
This will help avoid issues like the one seen by Yifan (reported in slack) where executables from dependencies are removed, so the
${which|...}
will fail, but it is not actually used, and so we can remove it from the configs anyway.The text was updated successfully, but these errors were encountered: