-
Notifications
You must be signed in to change notification settings - Fork 680
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
mqueue: change types to allow more cases #271
Conversation
@homu r+ |
📌 Commit 62ec478 has been approved by |
mqueue: change types to allow more cases Part of #270, fixed according to @kamalmarhubi's comments.
Looks like I led you astray suggesting |
Hm, why had it compiled for me? I use Rust unstable (coming from Haskell also, we have partial type signatures there so I wasn't on guard). |
@abbradar are you on OS X? Looks like it even failed on nightly on Linux: https://travis-ci.org/nix-rust/nix/jobs/110474199 |
Oh the nightly failures are different. Interesting. |
No, on Linux -- just tried setting |
@homu retry |
mqueue: change types to allow more cases Part of #270, fixed according to @kamalmarhubi's comments.
@homu r+ |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 62ec478 has been approved by |
💡 This pull request was already approved, no need to approve it again.
|
@homu r- |
@homu r+ |
📌 Commit 62ec478 has been approved by |
(Sorry for the noise, new to @homu around here!) |
I have a fix with a fully specified type ready, so if she fails I'll force-push it and have you know. |
💡 This pull request was already approved, no need to approve it again. |
1 similar comment
💡 This pull request was already approved, no need to approve it again. |
@homu retry |
mqueue: change types to allow more cases Part of #270, fixed according to @kamalmarhubi's comments.
62ec478
to
05f933b
Compare
I've force-pushed the version with full type specification. Let's try it! |
@homu retry |
I think I've confused @homu on this one. |
Looks like you need to fix uses in |
05f933b
to
8ca6d82
Compare
Yeah, I've learnt to use |
@homu retry |
@homu keeps silent for some reason -- should she be like this? |
mqueue: change types to allow more cases Part of #270, fixed according to @kamalmarhubi's comments.
☀️ Test successful - status |
Part of #270, fixed according to @kamalmarhubi's comments.