-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Implement --filter
RFC
#887
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/vercel/turbo-site/HXZTf93tyXZqrnkDKL5ysm5pw8Tm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we change the pipeline
delimiter for topological relationship to be ...
instead of ^
? We would need a codemod
Looking really powerful! I can't wait to try this out in the canary :) |
Some review notes:
|
…ready filtered everything out
…bsolute platform-dependent path as I had been specifying in tests
@gsoltis How much do you think is left for this PR? I am wondering if I could help you in someway |
@weyert Thanks for your interest. Probably the most helpful thing right now would be some QA. I've ported a good chunk of the tests from the equivalent |
@gsoltis Yeah, I have build for the Mac. I haven’t been able to make a build for Linux yet. Maybe a canary build would help to test this PR? Can imagine that would be useful for @pablo-abc too |
@gsoltis Will it support the upcoming
|
I would like to release one version first and the next version to support the changes in pnpm v7, we have been waiting for this feature for too long |
Implement #105