-
Notifications
You must be signed in to change notification settings - Fork 232
Provide v2_compat for ToggleableOutputPin #138
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
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @hannobraun (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
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.
lgtm, thanks!
bors r=ryankurte |
138: Provide v2_compat for ToggleableOutputPin r=ryankurte a=little-arhat fixes #137 Co-authored-by: Roma Sokolov <[email protected]>
Build failed |
Fixed tests. |
@bors[bot] r? bors r?
hm |
@hannobraun @ilya-epifanov @thejpster do you have any objections to merging this? |
bors r+ |
👎 Rejected by too few approved reviews |
bors r+ |
138: Provide v2_compat for ToggleableOutputPin r=ryankurte a=little-arhat fixes #137 Co-authored-by: Roma Sokolov <[email protected]>
Build succeeded |
214: [0.2.x]: Fix warning, remove #[deny(warnings)] but keep check on CI r=ryankurte a=eldruin This fixes #213. Additionally I removed #[deny(warnings)] but added a check for it on CI. I think we should cherry pick #138 to the 0.2.x branch as well and release a 0.2.4 version, since 1.0 will still take a while. I can do that in a separate PR. Co-authored-by: Diego Barrios Romero <[email protected]>
214: [0.2.x]: Fix warning, remove #[deny(warnings)] but keep check on CI r=ryankurte a=eldruin This fixes #213. Additionally I removed #[deny(warnings)] but added a check for it on CI. I think we should cherry pick #138 to the 0.2.x branch as well and release a 0.2.4 version, since 1.0 will still take a while. I can do that in a separate PR. Co-authored-by: Diego Barrios Romero <[email protected]>
220: [0.2.x] Fixes to digital compatibility shim r=ryankurte a=eldruin I cherry-picked #138 and some improvements to docs and included #199. Co-authored-by: Roma Sokolov <[email protected]> Co-authored-by: Ryan Kurte <[email protected]> Co-authored-by: Diego Barrios Romero <[email protected]>
fixes #137