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

[Flight] Add read-only fs methods #20412

Merged
merged 8 commits into from
Dec 9, 2020
Merged

[Flight] Add read-only fs methods #20412

merged 8 commits into from
Dec 9, 2020

Commits on Dec 9, 2020

  1. Don't allocate the inner cache unnecessarily

    We only need it when we're asking for text. I anticipate I'll want to avoid allocating it in other methods too when it's not strictly necessary.
    gaearon committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    3080861 View commit details
    Browse the repository at this point in the history
  2. Add fs.access

    gaearon committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    bc0984c View commit details
    Browse the repository at this point in the history
  3. Add fs.lstat

    gaearon committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    5779169 View commit details
    Browse the repository at this point in the history
  4. Add fs.stat

    gaearon committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    127f5f3 View commit details
    Browse the repository at this point in the history
  5. Add fs.readdir

    gaearon committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    9fc45d1 View commit details
    Browse the repository at this point in the history
  6. Add fs.readlink

    gaearon committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    cc03a28 View commit details
    Browse the repository at this point in the history
  7. Add fs.realpath

    gaearon committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    60d0b08 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9becd74 View commit details
    Browse the repository at this point in the history