-
Notifications
You must be signed in to change notification settings - Fork 77
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
feat: move id barrier to utils #851
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #851 +/- ##
==========================================
+ Coverage 75.55% 75.74% +0.18%
==========================================
Files 180 188 +8
Lines 26938 27830 +892
Branches 26938 27830 +892
==========================================
+ Hits 20353 21079 +726
- Misses 5366 5457 +91
- Partials 1219 1294 +75 ☔ View full report in Codecov by Sentry. |
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.
There is another barrier named IndexBarrier
in xline::server::barrier
. Shall we move it into utils::barrier
?
It will be removed in #857 |
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 squash these commits into one
Signed-off-by: bsbds <[email protected]>
LGTM |
Make
IdBarrier
reusablePlease 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?
are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)