Merged
Conversation
Signed-off-by: Jay Lee <[email protected]>
Signed-off-by: Jay Lee <[email protected]>
Signed-off-by: Jay Lee <[email protected]>
Signed-off-by: Jay Lee <[email protected]>
Signed-off-by: Jay Lee <[email protected]>
6083b46 to
ae68073
Compare
Signed-off-by: Jay Lee <[email protected]>
Signed-off-by: Jay Lee <[email protected]>
Signed-off-by: Jay Lee <[email protected]>
Signed-off-by: Jay Lee <[email protected]>
Signed-off-by: Jay Lee <[email protected]>
Signed-off-by: Jay Lee <[email protected]>
Signed-off-by: Jay Lee <[email protected]>
|
5.3.0 is now officially released: https://github.com/jemalloc/jemalloc/releases/tag/5.3.0 |
Signed-off-by: Jay Lee <[email protected]>
Signed-off-by: Jay Lee <[email protected]>
sticnarf
reviewed
May 12, 2022
README.md
Outdated
|
|
||
| [target.'cfg(not(target_env = "msvc"))'.dependencies] | ||
| jemallocator = "0.4.0" | ||
| jemallocator = "0.5.0-rc" |
There was a problem hiding this comment.
After updating jemalloc, we only update the patch version of jemallocator. So, we should make it unchanged?
Member
Author
There was a problem hiding this comment.
The version of jemalloc-sys should also be changed. And there are API changes, so minor version should be changed.
Member
Author
There was a problem hiding this comment.
I reverted the change, and it will be updated when bumping versions.
Signed-off-by: Jay Lee <[email protected]>
sticnarf
approved these changes
May 13, 2022
BusyJay
added a commit
that referenced
this pull request
May 19, 2022
Signed-off-by: Jay Lee <[email protected]>
bors bot
added a commit
to nervosnetwork/ckb
that referenced
this pull request
Sep 28, 2022
3575: chore: update jemalloc to 5.3.0 r=zhangsoledad a=zhangsoledad <!-- Thank you for contributing to nervosnetwork/ckb! If you haven't already, please read [CONTRIBUTING](https://github.com/nervosnetwork/ckb/blob/develop/CONTRIBUTING.md) document. If you're unsure about anything, just ask; somebody should be along to answer within a day or two. PR Title Format: 1. module [, module2, module3]: what's changed 2. *: what's changed --> ### What is changed and how it works? > ## 0.5.0 - 2022-05-19 > Update jemalloc to 5.3.0 (tikv/jemallocator#23) ### Related changes - PR to update `owner/repo`: - Need to cherry-pick to the release branch ### Check List <!--REMOVE the items that are not applicable--> Tests <!-- At least one of them must be included. --> - Unit test - Integration test ### Release note <!-- Choose from None, Title Only and Note. Bugfixes or new features need a release note. --> ```release-note Title Only: Include only the PR title in the release note. ``` Co-authored-by: zhangsoledad <[email protected]>
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.
systest crate is removed as ctest is not maintained and broken with latest compiler. Giving that API of jemalloc is so simple and stable, I assume it's OK to just not test it anymore.
jemallocator is also moved to subdirectory, so the root directory becomes a pure workspace.