-
Notifications
You must be signed in to change notification settings - Fork 2
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/make compact callback async #68
Conversation
tbrezot
commented
Jul 21, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Should we remove the #[cfg(feature = "live_compact")]
methods right now ?
Done in 7049a3e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't it be better to track this commit using a dedicated branch to allow merging fix/make compact callback async
into develop
?
- `update_lines` - `list_removed_locations` - `filter_removed_locations` Fix doc mistake for `list_removed_locations` (negation was missing)
34d3ada
to
367439b
Compare