Skip to content
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

Make module/dependency selection configurable #171

Open
lefou opened this issue Oct 28, 2024 · 0 comments
Open

Make module/dependency selection configurable #171

lefou opened this issue Oct 28, 2024 · 0 comments

Comments

@lefou
Copy link

lefou commented Oct 28, 2024

My main use case is to exclude some test modules, that are required to ensure backward-compatibility. That way, these test need to run against older app versions which are known to contain vulnerabilies. Due to that, I seen various reports which don't really originate in the project itself.

My suggestion is to just add a selector for the dependency targets. Mill's nice query syntax allows fine grained selection. E.g. to check all runtime dependencies of non-test modules, we could accept __:^TestModule.resolvedRunIvyDeps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant