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

feat(cli) add dev, ino and nlink fields to Deno.FileInfo on Windows #6587

Closed

Conversation

caspervonb
Copy link
Contributor

@caspervonb caspervonb commented Jun 30, 2020

This fills in the dev, ino and nlink fields on Windows when called from Deno.fstat, Deno.lstat or Deno.stat.

These fields come from GetFileInformationByHandle which have been rolled into the std::os::windows::fs::MetadataExt trait as a nightly gated feature so this is blocking on the "windows_by_handle" feature being rolled out to a stable release.

In other words; do not merge, leaving this here as a draft proof of concept for now.

Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool - looks good. Saving for later.

@bartlomieju bartlomieju added cli related to cli/ dir public API related to "Deno" namespace in JS labels Jul 14, 2020
@CLAassistant
Copy link

CLAassistant commented Jul 27, 2020

CLA assistant check
All committers have signed the CLA.

@caspervonb
Copy link
Contributor Author

Was checking in on this, no changes or activity (rust-lang/rust#63010)

@bartlomieju
Copy link
Member

@caspervonb if there are no signs of stabilization of required API can we close this PR for now?

@caspervonb
Copy link
Contributor Author

Sigh, was hoping there would be some movement on this by now.

Closing without merge.

@caspervonb caspervonb closed this Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli related to cli/ dir public API related to "Deno" namespace in JS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants