Skip to content

Rename std::io::net::unix to std::io::net::pipe. #17297

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

Merged
merged 1 commit into from
Sep 17, 2014
Merged

Rename std::io::net::unix to std::io::net::pipe. #17297

merged 1 commit into from
Sep 17, 2014

Conversation

treeman
Copy link
Contributor

@treeman treeman commented Sep 16, 2014

Closes #12093

Renamed as we may support pipes for other platforms.

Closes #12093

[breaking-change]
@@ -34,7 +34,7 @@ macro_rules! iotest (
use io::net::ip::*;
use io::net::udp::*;
#[cfg(unix)]
Copy link
Member

Choose a reason for hiding this comment

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

Is this cfg(unix) needed still, @alexcrichton? (Not related to this PR.)

Copy link
Member

Choose a reason for hiding this comment

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

No this is implemented for windows so shouldn't be necessary. The name UnixStream and friends isn't the best name, however.

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Sep 17, 2014
@bors bors merged commit 04f4bb4 into rust-lang:master Sep 17, 2014
@treeman treeman deleted the net-unix branch September 18, 2014 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

io::net::unix needs to be renamed
4 participants