Skip to content

std: Stabilize io::Error::from_raw_os_error - #24216

Merged
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:stabilize-from-raw-os-error
Apr 9, 2015
Merged

std: Stabilize io::Error::from_raw_os_error#24216
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:stabilize-from-raw-os-error

Conversation

@alexcrichton

Copy link
Copy Markdown
Member

This commit stabilizes the old io::Error::from_os_error after being renamed to
use the raw_os_error terminology instead. This function is often useful when
writing bindings to OS functions but only actually converting to an I/O error at
a later point.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @pcwalton

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

@alexcrichton

Copy link
Copy Markdown
MemberAuthor

r? @aturon

@rust-highfiverust-highfive assigned aturon and unassigned pcwaltonApr 8, 2015
@aturon

Copy link
Copy Markdown
Contributor

cc @carllerche

@aturon

Copy link
Copy Markdown
Contributor

Do you mind keeping the original name as deprecated? We'll be doing a deprecation clear before 1.0 anyway.

Otherwise r=me.

This commit stabilizes the old `io::Error::from_os_error` after being renamed to
use the `raw_os_error` terminology instead. This function is often useful when
writing bindings to OS functions but only actually converting to an I/O error at
a later point.
@alexcrichton
alexcrichtonforce-pushed the stabilize-from-raw-os-error branch from 7ec8e2c to 561fdecCompareApril 8, 2015 23:50
@alexcrichton

Copy link
Copy Markdown
MemberAuthor

@bors: r=aturon 561fdec

Manishearth added a commit to Manishearth/rust that referenced this pull request Apr 9, 2015
…error, r=aturon
This commit stabilizes the old `io::Error::from_os_error` after being renamed to
use the `raw_os_error` terminology instead. This function is often useful when
writing bindings to OS functions but only actually converting to an I/O error at
a later point.
Manishearth added a commit to Manishearth/rust that referenced this pull request Apr 9, 2015
…error, r=aturon
This commit stabilizes the old `io::Error::from_os_error` after being renamed to
use the `raw_os_error` terminology instead. This function is often useful when
writing bindings to OS functions but only actually converting to an I/O error at
a later point.
@bors
bors merged commit 561fdec into rust-lang:masterApr 9, 2015
@alexcrichton
alexcrichton deleted the stabilize-from-raw-os-error branch April 30, 2015 02:12
Sign up for freeto 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.

5 participants

@alexcrichton@rust-highfive@aturon@pcwalton@bors