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

chore: allow kernel::visitors to be public for Snapshot usage #2966

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

rtyler
Copy link
Member

@rtyler rtyler commented Oct 29, 2024

The Snapshot.files() functrion is public but cannot be possibly used because the trait it relies upon isn't public. Oops!

Sponsored-by: Scribd Inc

The Snapshot.files() functrion is public but cannot be possibly used
because the trait it relies upon isn't public. Oops!

Signed-off-by: R. Tyler Croy <[email protected]>
Sponsored-by: Scribd Inc
@rtyler rtyler changed the title chore: allow kernel::visotors to be public for Snapshot usage chore: allow kernel::visitors to be public for Snapshot usage Oct 29, 2024
@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Oct 29, 2024
Copy link

codecov bot commented Oct 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.28%. Comparing base (b78952e) to head (0cf3d5b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2966      +/-   ##
==========================================
+ Coverage   72.26%   72.28%   +0.02%     
==========================================
  Files         134      134              
  Lines       42973    42973              
  Branches    42973    42973              
==========================================
+ Hits        31055    31065      +10     
+ Misses       9931     9923       -8     
+ Partials     1987     1985       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rtyler rtyler marked this pull request as ready for review January 13, 2025 14:43
@rtyler rtyler enabled auto-merge January 13, 2025 14:44
@rtyler rtyler added this to the v0.24 milestone Jan 13, 2025
@rtyler rtyler added this pull request to the merge queue Jan 13, 2025
Merged via the queue into delta-io:main with commit ef066c4 Jan 13, 2025
23 checks passed
@rtyler rtyler deleted the public-visitation branch January 13, 2025 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants