Blaine Bublitz

Results 267 comments of Blaine Bublitz

We generate constants for all our paths in https://github.com/gulpjs/vinyl-fs/blob/master/test/utils/test-constants.js - maybe we can add a conditional to work with temp on citgm?

It looks like there was also an issue with drifting timestamps but a user did further research and thinks it has something to do with node versions. See https://github.com/gulpjs/vinyl-fs/issues/208#issuecomment-310716961 for...

The drifting timestamp thing should be fixed in our master. Guessing fs stuff still needs to be looked into?

I believe it's due to one of our tests needing certain file permissions. Ping me if you need to discuss anything.

Vinyl-fs interacts with the filesystem so you need to provide proper interactions with the fs (fchown in your log). The windows error looks like an install error. Maybe rebuilding native...

Can we get this fixed? I just noticed that our test suite is broken on node 10 due to some breaking changes with file modes that wasn't in node 9....

@richardlau that's definitely the issue.

Looks like the fixes landed in 10.5 - hopefully we can get this unmarked flakey now.

Ping. I just verified that our tests work on node 10 - had to make a change to our file descriptor tests.

@fvictorio I'd recommend staying on ts-node. I've been working with swc for some gulp stuff and it is still very experimental and contains significant bugs (such as segfaulting when having...