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

Remove unused dependencies detected by -Wunused-packages #1078

Merged
merged 2 commits into from
Apr 12, 2023

Conversation

RyanGlScott
Copy link
Contributor

This prunes unused dependencies caught by the -Wunused-packages in pursuit of an eventual Hackage release for crux-llvm (see #1077). One of the more noticeable dependencies that we were able to remove is aig, allowing us to shed an entire submodule.

The only possible use of `aig` was in an unused function in `crux-mir`'s test
suite, which I have now deleted.
Copy link
Member

@kquick kquick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay!

@RyanGlScott RyanGlScott merged commit 06893d7 into master Apr 12, 2023
@RyanGlScott RyanGlScott deleted the remove-unused-dependencies branch April 12, 2023 16:07
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

Successfully merging this pull request may close these issues.

None yet

2 participants