-
Notifications
You must be signed in to change notification settings - Fork 73
Various improvements #39
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
Conversation
|
@apoelstra @stevenroose hey. can you please review this pr? the main change in this pr is |
|
@apoelstra isn't involved in this crate, Steven is out of action right now, I can take a look for you though :) |
|
Can you put the clippy fixes in a separate commit please and the "add words" stuff in a commit on its own. Will make it much easier to review since I'm not super familiar with this code. FYI don't hold your breath for this to get merged any time soon, movement on this crate is a bit slow at the moment I'm afraid. We are doing our best :) |
|
@tcharding done! |
tcharding
left a comment
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.
Woops, somehow when I did the original review these two comments didn't get posted. The rest looks good to me.
.travis.yml
Outdated
| - rust: nightly | ||
| env: BENCHES=true | ||
| - rust: 1.29.0 | ||
| - rust: 1.67.1 |
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 is the MSRV, can't change this version. You made me realize that I missed updating it in #26
Cargo.toml
Outdated
| [lib] | ||
| name = "bip39" | ||
| path = "src/lib.rs" | ||
| edition = "2021" |
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.
Doesn't work with the current (or upcoming MSRV) I'm afraid.
|
If you remove the edition 2021 change and the toolchain version then it should be good to go! |
|
Can you squash the last commit please? That way there are no changes later in the series of patches that change something in an earlier patch. Makes review easier for the next guy. Thanks |
|
You'll need to amend the PR description too :) |
|
@tcharding addressed your comments. if Steven is out of action, maybe he can give the ownership to someone else? |
|
Nah, we'll wait for him. Its open source, you can always fork it if you want to go a different direction. |
|
The versioning part of this is handled in another MR and the |
|
@stevenroose I removed this funciton |
|
Everything in this MR merged in some form or another except #27 indeed. Closing. |
Uh oh!
There was an error while loading. Please reload this page.