Skip to content
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

libterm: port changes from term, refactor unwraps() into pattern matches #29999

Merged
merged 1 commit into from
Dec 3, 2015

Commits on Dec 3, 2015

  1. libterm: bring across changes from term

    This brings across changes made to the term library to libterm. This
    includes removing instances or unwrap, fixing format string handling, and
    removing a TODO.
    
    This fix does not bring all changes across, as term now relies on cargo
    deps that cannot be brought into the rust build at this stage, but has
    attempted as best to cross port changes not relying on this. This notably
    limits extra functionality since implemented int he Terminal trait in
    Term.
    
    This is in partly in response to rust issue rust-lang#29992.
    SingingTree committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    0ee230a View commit details
    Browse the repository at this point in the history