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

Pass OsStr/OsString args through to the process spawned by cargo run. #6849

Merged
merged 2 commits into from
Apr 15, 2019

Commits on Apr 14, 2019

  1. Pass OsStr/OsString args through to the process spawned by cargo run.

    To avoid breaking other (external) callers of ops::run(), this adds a
    new function ops::run_os() taking an &[OsString], and turns ops::run()
    into a wrapper (keeping its original signature) that calls run_os().
    johnbartholomew committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    3ab8407 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Configuration menu
    Copy the full SHA
    6d066a6 View commit details
    Browse the repository at this point in the history