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

fix: update remove, find and contains_hash functions #15

Merged
merged 8 commits into from
Sep 22, 2023
Merged

Conversation

zshipko
Copy link
Contributor

@zshipko zshipko commented Sep 22, 2023

Added tests and fixed a few bugs:

  • contains_hash function was returning true for removed modules that were still stored on disk because it wasn't checking the active modules just what existed on disk
  • find had similar behavior
  • remove was checking the wrong path in some cases
  • Also updates some dependencies

@zshipko zshipko merged commit e1a40e8 into main Sep 22, 2023
@zshipko zshipko deleted the various-fixes branch September 22, 2023 18:26
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.

1 participant