-
Notifications
You must be signed in to change notification settings - Fork 196
Closed
Description
Currently we take advantage of some non-stabilized rust APIs but eventually we will want to be able to compile against Rust stable. The below links are tracking issues that need to be closed out before we can compile against rust stable.
Update June 6 2016: #38 introduced workaround changes that allowed rustyline to be compiled against rust stable (1.9.0). These changes should eventually replaced by Read::chars and encode_utf8 after they become stabilized in the standard library.
TO-DO
-
Read::chars- rust-lang/rust Tracking Issue
- replace workaround introduced in Replace use of unstable features #38 (remove char_iter.rs)
-
encode_utf8- rust-lang/rust Tracking Issue
- replace workaround introduced in Replace use of unstable features #38 (remove encode_unicode crate)
-
str_char- rust-lang/rust Tracking Issue
- stabilized in Rust-1.9
-
path_relative_from- rust-lang/rust Tracking Issue
- stabilized in Rust 1.7
- change from path_relative_from to strip_prefix was addressed in Fix calculated width of prompt with ansi formatting #23
-
vec::Drain- rust-lang/rust Tracking Issue
- stabilized in Rust 1.6
msierks
Metadata
Metadata
Assignees
Labels
No labels