Conversation
zhangsoledad
requested review from
TheWaWaR,
chaoticlonghair,
doitian,
jjyr,
keroro520 and
quake
as code owners
August 25, 2020 04:52
zhangsoledad
force-pushed
the
zhangsoledad/reexport-crossbeam
branch
2 times, most recently
from
August 25, 2020 07:25
fe5fd3c to
327b76f
Compare
chaoticlonghair
previously approved these changes
Aug 25, 2020
doitian
previously approved these changes
Aug 25, 2020
zhangsoledad
dismissed stale reviews from doitian and chaoticlonghair
via
August 25, 2020 12:51
567bfa9
zhangsoledad
force-pushed
the
zhangsoledad/reexport-crossbeam
branch
3 times, most recently
from
August 27, 2020 02:46
8ccd065 to
a5823bb
Compare
quake
previously approved these changes
Aug 29, 2020
doitian
previously approved these changes
Aug 31, 2020
Contributor
|
@zhangsoledad conflicting: util/logger-service/src/lib.rs |
zhangsoledad
force-pushed
the
zhangsoledad/reexport-crossbeam
branch
from
August 31, 2020 08:34
ac59ce2 to
92892e7
Compare
doitian
approved these changes
Sep 1, 2020
chaoticlonghair
approved these changes
Sep 1, 2020
Contributor
|
bors merge |
Contributor
|
🕐 Waiting for PR status (Github check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
Contributor
|
Checks can't completed and bors doesn't work. |
Contributor
|
GitHub status checks took too long to complete, so bors is giving up. You can adjust bors configuration to have it wait longer if you like. |
chaoticlonghair
approved these changes
Sep 1, 2020
Member
Author
|
bors r=doitian,yangby-cryptape |
Contributor
|
Build succeeded: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
re-export crossbeam-channel from facade wrapper, unify version specify.
use tilde requirements specify for crossbeam-channel, prevent automate dependency updates.
crossbeam-channel 0.4.3 has UB, may lead to jemalloc deadlock.
crossbeam-rs/crossbeam#533
#2235
also crossbeam-channel is not optimize for oneshot case. replace it if it is convenient.