Skip to content
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

Merged
merged 4 commits into from
Apr 29, 2022
Merged

*: revert name #25

merged 4 commits into from
Apr 29, 2022

Conversation

BusyJay
Copy link
Member

@BusyJay BusyJay commented Apr 29, 2022

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.

BusyJay added 2 commits April 29, 2022 14:36
Signed-off-by: Jay Lee <[email protected]>
Signed-off-by: Jay Lee <[email protected]>
@BusyJay BusyJay requested a review from sticnarf April 29, 2022 06:46
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

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?

Copy link
Member Author

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.

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.

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:

Suggested change
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]>
Copy link

@sticnarf sticnarf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@BusyJay BusyJay merged commit 161451b into tikv:master Apr 29, 2022
@BusyJay BusyJay deleted the revert-name branch April 29, 2022 08:06
emixa-d added a commit to emixa-d/antioxidant-fallback that referenced this pull request Jun 29, 2022
… package.

It bundles jemalloc: <https://issues.guix.gnu.org/56157>.
And apparently jemalloc-sys has become tikv-jemalloc-sys:
<tikv/jemallocator#25>.

- add replacement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants