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

Move ArcBytes,WeakArcBytes to mmap_directory. #1555

Merged
merged 1 commit into from
Sep 27, 2022

Conversation

waywardmonkeys
Copy link
Contributor

When building without default features (so without mmap, etc), there are some warnings about unused things. This fixes the ones related to ArcBytes and WeakArcBytes, which are only used with the mmap_directory code.

When building without default features (so without mmap, etc),
there are some warnings about unused things. This fixes the
ones related to `ArcBytes` and `WeakArcBytes`, which are only
used with the `mmap_directory` code.
@waywardmonkeys
Copy link
Contributor Author

I left these as pub within the crate, but I did remove the re-use of them from the crate::directory module. They should either be re-use still or they shouldn't be pub.

They aren't used in any public API, so keeping them internal to the mmap code seems like the right option?

@fulmicoton
Copy link
Collaborator

Yes that's much better. Thank you @waywardmonkeys

@fulmicoton fulmicoton merged commit f842da7 into quickwit-oss:main Sep 27, 2022
@waywardmonkeys waywardmonkeys deleted the move-arcbytes branch October 3, 2022 05:11
This was referenced Jan 13, 2023
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.

2 participants