-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Enhanced stat object #105
Comments
Do we have a status update on this issue @phated? How close to complete is this? I'm running into some issues where we are trying to pass around a Vinyl stat object into existing fs based interfaces that expect a regular fs based stat object. |
@Marak Approximately 0% - Vinyl's stat object is still just constructed by |
Quoting "steps" as outlined in gulp-community/gulp-less#303 (comment)
I'm pretty sure we'd need to work on a BetterBuffer object that would interact with BetterStats but I'm not sure, as I haven't looked into it at all. |
Picking this one up and assigning to myself. @phated I noticed a lot of work has been done on better-stats, can you give a quick update on what is still missing + your plans for that? I want to make sure I don't reinvent the wheel if you've already made API decisions for that. |
Any news on this? We just ran into problems caused by gulp (4.0.2) not updating the last-modified property on overwritten/updated files (on Node.js 12.18.3). |
Unfortunately, no one has begun work on this yet. @VividVisions would you want to help out? |
@phated I'm sorry, but I fear I don't have the necessary time to dive into this. :( |
Opening this as the solution to a bunch of other issues.
This to achieve:
atime
/mtime
/etc properties (Getters/Setters should update atime & mtime on file.stat #72)mode
property (Consider usingstat-mode
module for the mode property vinyl-fs#112)new fs.Stats
doesn't do this)isRemote
) and avoid path normalization or do URI normalization (Remote paths #127)The text was updated successfully, but these errors were encountered: