-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add support for stabby in Bytes and TaggedOption #220
Conversation
@@ -1,4 +1,26 @@ | |||
pub use stabby::*; |
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.
I removed this, let's avoid having my majors force majors in safer_ffi
@@ -141,7 +141,7 @@ paste.version = "1.0.12" | |||
scopeguard.version = "1.1.0" | |||
scopeguard.default-features = false | |||
|
|||
stabby.version = "5.1.0" |
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 you suggested, I edited SemVer Prime to not have the -1
to help with factorization :p
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.
Nice! Good catch on the public-semver dependency on stabby
, I don't think safer-ffi
is currently able to follow SemVer Prime™
- My main review of this PR is regarding the
cfg
-duplicatedfn
signatures: since docs.rs (which is what I prefer to favor) does not allow multiple "renders" of its docs, I'd rather havecfg
-agnostic docs, and at that point, move thecfg
switchs inside thefn
body if the signature does not change 🙂
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 description provided.