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

Implement file metadata, read, and write APIs. #4043

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 21, 2024

  1. Implement file metadata, read, and write APIs.

    This also improves how HANDLEs are, well, handled a bit. STDIN/ERR/OUT are now proper pseudo-handles. The invalid handle is added and encode/decodes to exactly 0xFFFFFFFF correctly.
    
    Unix shims require changes to hoist FdTable up, so that Windows can share most of its implementation.
    CraftSpider committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    b1d5a90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0079cad View commit details
    Browse the repository at this point in the history
  3. Fmt

    CraftSpider committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4a6345e View commit details
    Browse the repository at this point in the history
  4. Fix clippy

    CraftSpider committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ea07bef View commit details
    Browse the repository at this point in the history