-
Notifications
You must be signed in to change notification settings - Fork 80
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
Moving loading and save sigs to Rust #532
Merged
Conversation
This file contains 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
luizirber
force-pushed
the
rust_sig
branch
4 times, most recently
from
October 5, 2018 02:02
4ddf31c
to
d0f9aa0
Compare
luizirber
force-pushed
the
rust_sig
branch
6 times, most recently
from
December 10, 2018 22:24
99ba8ef
to
e805f1e
Compare
luizirber
force-pushed
the
core/rust
branch
8 times, most recently
from
December 28, 2018 22:43
09fc195
to
9db60c2
Compare
luizirber
force-pushed
the
rust_sig
branch
5 times, most recently
from
December 30, 2019 00:43
9a06e53
to
6adfda9
Compare
luizirber
changed the title
[WIP] Moving loading and save sigs to rust
[MRG] Moving loading and save sigs to rust
Dec 30, 2019
luizirber
force-pushed
the
rust_sig
branch
2 times, most recently
from
January 5, 2020 22:03
4a98845
to
7c16ae7
Compare
luizirber
changed the title
[MRG] Moving loading and save sigs to rust
Moving loading and save sigs to Rust
Jan 7, 2020
luizirber
force-pushed
the
rust_sig
branch
2 times, most recently
from
January 7, 2020 04:53
7c8a2a7
to
3d28e61
Compare
luizirber
force-pushed
the
rust_sig
branch
4 times, most recently
from
January 14, 2020 19:31
74c3d1b
to
64d9f14
Compare
This was referenced Jan 14, 2020
Merged
move json parsing and init to rust working on loading sigs enable pickling for signatures sort mins and abunds remove dead code remove refs
ctb
approved these changes
Jan 15, 2020
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.
This looks great!
4 tasks
5 tasks
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.
Remove dependency on
ijson
.This also helps bridge the
Index
abc in Python to theIndex
trait in Rust, since they both takeSignatures
(which are defined in Rust with this PR).Checklist
make test
Did it pass the tests?make coverage
Is the new code covered?without a major version increment. Changing file formats also requires a
major version number increment.
changes were made?