-
Notifications
You must be signed in to change notification settings - Fork 133
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
Maybe allow ipc-channel to build using rust stable on windows #118
Comments
That's mainly #108, I guess. |
After pondering this for a while, I tend to agree with @emilio : for practical purposes, the solution to this issue is probably in making sure all platforms get a "real" inter-process implementation. The |
This now compiles on Rust stable for Windows. It should probably be closed. |
Thanks! Closing. (I didn't verify myself, and don't need this anymore myself either) |
Right now if I try to build ipc-channel using stable rust (1.12.1 d4f39402a 2016-10-19) on windows, it fails with this error:
I'm not entirely sure what mpsc_select is, because that token doesn't appear anywhere else in the repo. Can this be removed, or can be rewritten using stuff that compiles with stable rust?
/cc @Ms2ger (who originally added the line in f4fef7d)
/cc @jrmuizel as FYI
The text was updated successfully, but these errors were encountered: