Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upThere is no way to create a PathBuf from an OsString without copying #22751
Comments
This comment has been minimized.
This comment has been minimized.
|
Yep, just an oversight. |
aturon
added
A-libs
E-easy
labels
Feb 24, 2015
This comment has been minimized.
This comment has been minimized.
|
Just add |
This comment has been minimized.
This comment has been minimized.
|
I think that this would probably be done by changing the |
This comment has been minimized.
This comment has been minimized.
|
cc me. I need this. |
lilyball
added
the
I-nominated
label
Mar 15, 2015
This comment has been minimized.
This comment has been minimized.
|
Nominating, I think this should be done before 1.0 as it may be a confusing omission. |
This comment has been minimized.
This comment has been minimized.
|
1.0 beta, P-backcompat-libs (but only b/c @aturon said he's got a patch ready to go) |
pnkfelix
added this to the 1.0 beta milestone
Mar 19, 2015
pnkfelix
added
the
P-backcompat-libs
label
Mar 19, 2015
alexcrichton
removed
the
I-nominated
label
Mar 19, 2015
aturon
added a commit
to aturon/rust
that referenced
this issue
Mar 20, 2015
aturon
added a commit
to aturon/rust
that referenced
this issue
Mar 20, 2015
aturon
added a commit
to aturon/rust
that referenced
this issue
Mar 20, 2015
aturon
added a commit
to aturon/rust
that referenced
this issue
Mar 20, 2015
aturon
added a commit
to aturon/rust
that referenced
this issue
Mar 20, 2015
aturon
added a commit
to aturon/rust
that referenced
this issue
Mar 20, 2015
aturon
added a commit
to aturon/rust
that referenced
this issue
Mar 20, 2015
aturon
added a commit
to aturon/rust
that referenced
this issue
Mar 20, 2015
aturon
added a commit
to aturon/rust
that referenced
this issue
Mar 23, 2015
aturon
added a commit
to aturon/rust
that referenced
this issue
Mar 23, 2015
aturon
added a commit
to aturon/rust
that referenced
this issue
Mar 23, 2015
aturon
added a commit
to aturon/rust
that referenced
this issue
Mar 23, 2015
alexcrichton
assigned
aturon
Mar 24, 2015
aturon
closed this
in
8389253
Mar 24, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lilyball commentedFeb 24, 2015
PathBufdoesn't expose any methods that can be used to create aPathBuffrom anOsString(or anything convertible to anOsString) without copying. This seems like an unnecessary limitation./cc @aturon