Skip to content
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

Use upstream nix #16

Merged
merged 3 commits into from
May 30, 2019
Merged

Conversation

posborne
Copy link
Member

This does the underlying work exposed by #15 related to rust-embedded/linux-embedded-hal#17

CC @ryankurte @asomers

This is an API change so we also include a major version bump
along with this.

Signed-off-by: Paul Osborne <[email protected]>
@rust-highfive
Copy link

r? @nastevens

(rust_highfive has picked a reviewer for you, use r? to override)

posborne added 2 commits May 29, 2019 15:12
This solves a number of issues and pulls in a variety of changes
and improvements to the ioctl macros provided by nix.

Signed-off-by: Paul Osborne <[email protected]>
@posborne posborne force-pushed the use-upstream-nix branch from 22fa8d9 to 0b89f8b Compare May 29, 2019 20:12
Copy link

@asomers asomers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks fine for me. But susurrus would make a better reviewer, because he's more familiar with the ioctl and SPI stuff.

@@ -1,7 +1,7 @@
language: rust
sudo: false
rust:
- 1.22.1
- 1.26.0 # MSRV
- stable
- beta

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need to test both beta and nightly? anything to decrease CI load is good atm

Copy link

@ryankurte ryankurte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks!

@posborne posborne merged commit fa2569f into rust-embedded:master May 30, 2019
@posborne posborne deleted the use-upstream-nix branch May 30, 2019 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants