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

Vendor dependency os_pipe #822

Merged
merged 4 commits into from
Jul 20, 2023
Merged

Vendor dependency os_pipe #822

merged 4 commits into from
Jul 20, 2023

Commits on Jul 18, 2023

  1. Vendor dependency os_pipe

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    52e9428 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Simplify os_pipe substantially (#1)

    Eliminate the separate PipeReader and PipeWriter types, and just use
    File. Remove unused windows-sys features. Remove added test
    infrastructure.
    
    Revert unrelated changes.
    joshtriplett authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2dceba2 View commit details
    Browse the repository at this point in the history
  2. Fix cargo fmt

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8a4de6d View commit details
    Browse the repository at this point in the history
  3. Fix windows-sys feature: Enable Win32_Security

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    7d0eb1f View commit details
    Browse the repository at this point in the history