-
Notifications
You must be signed in to change notification settings - Fork 67
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
*: revert name #25
*: revert name #25
Conversation
Signed-off-by: Jay Lee <[email protected]>
Signed-off-by: Jay Lee <[email protected]>
Signed-off-by: Jay Lee <[email protected]>
- run: cargo clippy -p tikv-jemallocator -- -D clippy::all | ||
- run: cargo clippy -p tikv-jemallocator-global -- -D clippy::all | ||
- run: cargo clippy -p tikv-jemalloc-ctl -- -D clippy::all | ||
- run: cargo clippy -p jemalloc-sys -- -D clippy::all |
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.
Does it work on the tikv-main
branch?
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.
No, but tikv-main
branch will use the old workflows.
README.md
Outdated
@@ -1,42 +1,44 @@ | |||
# tikv-jemallocator | |||
# jemallocator | |||
|
|||
[![ci]][github actions] [![Latest Version]][crates.io] [![docs]][docs.rs] | |||
|
|||
This project is a simplified fork of [jemallocator](https://github.com/gnzlbg/jemallocator) focus on server. |
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.
As this repo will be the successor of gnzlbg/jemallocator, I think we should change this sentence to clarify the status of this repo.
README.md
Outdated
|
||
[![ci]][github actions] [![Latest Version]][crates.io] [![docs]][docs.rs] | ||
|
||
This project is a simplified fork of [jemallocator](https://github.com/gnzlbg/jemallocator) focus on server. | ||
|
||
The difference between `tikv-jemallocator` and `jemallocator` is only name. The source is the same. |
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.
Better to explain the reason why both crates exist, for example:
The difference between `tikv-jemallocator` and `jemallocator` is only name. The source is the same. | |
The difference between `tikv-jemallocator` and `jemallocator` is only name. The same source is published as two different crates, so projects using either crate will get updates. |
Signed-off-by: Jay Lee <[email protected]>
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
… package. It bundles jemalloc: <https://issues.guix.gnu.org/56157>. And apparently jemalloc-sys has become tikv-jemalloc-sys: <tikv/jemallocator#25>. - add replacement
As discussed in gnzlbg#173, I will also publish this crate in the name of
jemallocator
. Because tikv-jemallocator is already used by several projects, to make less disturbing to dependents, two crates will be published at the same time with only name differences.The tikv-xxx versions are maintained in the branch tikv-main.