-
Notifications
You must be signed in to change notification settings - Fork 76
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
refactor: implement xline conflict pools #769
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #769 +/- ##
==========================================
+ Coverage 75.55% 75.57% +0.02%
==========================================
Files 180 187 +7
Lines 26938 27563 +625
Branches 26938 27563 +625
==========================================
+ Hits 20353 20831 +478
- Misses 5366 5450 +84
- Partials 1219 1282 +63 ☔ View full report in Codecov by Sentry. |
@bsbds Convert your pr to draft since CI failed |
3de0765
to
bf2e69b
Compare
@bsbds Convert your pr to draft since CI failed |
6d8f8cb
to
e442e29
Compare
@bsbds Convert your pr to draft since CI failed |
1 similar comment
@bsbds Convert your pr to draft since CI failed |
@Mergifyio rebase |
✅ Branch has been successfully rebased |
e442e29
to
5b5c201
Compare
@bsbds Convert your pr to draft since CI failed |
Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]>
5b5c201
to
b68a781
Compare
Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]>
b68a781
to
0ab29e9
Compare
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
Please briefly answer these questions:
what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?)
what changes does this pull request make?
This PR implements the conflict pool data structures in xline.
are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)