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

InMemory/MultiSource Improvements #5118

Merged

Conversation

theduke
Copy link
Contributor

@theduke theduke commented Sep 26, 2024

Closes #5117

  • feat(wasix): InMemorySource: add named packages as hashed too
  • feat(wasix): Add InMemorySource::{is_empty,len} convenience helpers
  • feat(wasix): Allow result merging in the MultiSource

Register named packages as hashed packages as well to make them
available by hash.
Make it possible to merge results from multiple sources together,
ignoring already found packages.

Results from all sources are combined.

This is usually what you want, so it's on by default.
@theduke theduke requested a review from xdoardo September 26, 2024 06:58
@theduke theduke merged commit 1834827 into main Sep 26, 2024
62 of 63 checks passed
@theduke theduke deleted the run-448-wasix-inmemorysource-and-multisource-improvements branch September 26, 2024 10:01
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.

WASIX: InMemorySource and MultiSource Improvements
2 participants