Burt Harris
Burt Harris
Erik, thanks. I appreciate your feedback too, however @phated's tendency to close issues/PRs rather than try to work out some compromise is what's so off-putting. Another example, I've just wasted...
I'll consider it. Have you considered a using a monorepo so that such a task isn't so big and distributed?
Good luck with that too.
Yarn is in the process of added an interesting feature called "workspaces" that took some good ideas from Lerna, but incorporate them at the package manager level. I'll find the...
@erikkemperman see https://yarnpkg.com/blog/2017/08/02/introducing-workspaces/
Of course that's still effectively a monorepo tool, not multi-repo, but Lerna is by no means alone.
Back to vinyl-fs... If `vfs.symlink` is called _without_ `opt.useJunctions`, on Windows and without the needed privileges, should an exception get raised (or whatever the pipe-friendly equivlanent is?) I'm thinking the...
I'm obviously biased, but Facebook scares me much more than Microsoft. None the less, Yarn has my keen interest, the npm client is having some real stability problems.
I'm debugging `it('passes through writes with cwd'...` it fails at https://github.com/gulpjs/vinyl-fs/blob/master/test/symlink.js#L65 because the `assert` callback is called with zero files on Windows without elevated permissions.. I think this is related...
I've tested this PR on my project, it fixes issue #39 when installed from my repo. @jrieken how about merging it sometime soon?