-
Notifications
You must be signed in to change notification settings - Fork 13
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
chore(CI): Add unused dependencies check #1741
Conversation
There are no false positives to allow at all? |
not that I know of |
This PR is removing 23 dependencies from a complete compilation :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some little udeps failures
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
please wait for CI to be done to merge |
* chore(CI): Add unused dependencies check * comment * use flags matrix * Add a comment to force workflow run * fix duplicate flags and add to external * remove unused dependencies * Remove more unused dependencies * More ignores * do external udeps * lock file * fix doc tests * fix mysten-common * revert doc * a few more unused deps * external * merge methods * review --------- Co-authored-by: Thibault Martinez <[email protected]>
* chore(CI): Add unused dependencies check * comment * use flags matrix * Add a comment to force workflow run * fix duplicate flags and add to external * remove unused dependencies * Remove more unused dependencies * More ignores * do external udeps * lock file * fix doc tests * fix mysten-common * revert doc * a few more unused deps * external * merge methods * review --------- Co-authored-by: Thibault Martinez <[email protected]>
* chore(CI): Add unused dependencies check * comment * use flags matrix * Add a comment to force workflow run * fix duplicate flags and add to external * remove unused dependencies * Remove more unused dependencies * More ignores * do external udeps * lock file * fix doc tests * fix mysten-common * revert doc * a few more unused deps * external * merge methods * review --------- Co-authored-by: Thibault Martinez <[email protected]>
* chore(CI): Add unused dependencies check * comment * use flags matrix * Add a comment to force workflow run * fix duplicate flags and add to external * remove unused dependencies * Remove more unused dependencies * More ignores * do external udeps * lock file * fix doc tests * fix mysten-common * revert doc * a few more unused deps * external * merge methods * review --------- Co-authored-by: Thibault Martinez <[email protected]>
Description of change
Adds unused dependency checks. These are per-crate like tests as it requires building.
Links to any relevant issues
Closes #1664