-
Notifications
You must be signed in to change notification settings - Fork 47k
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
fix<compiler>: only call readTestFilter if the filter option is enabled #29720
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Comparing: d77dd31...3194be6 Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: Expand to show
|
Thanks, great improvement! |
Ooops, this broke filter mode. I'm going to have to revert this. |
Uhh, could you share what problem is? |
Yeah, this broke filter mode. Running |
@TrickyPi can you try? |
I filed a PR #29775, we can see the result in the video snapshot. |
…mode in snap" [ghstack-poisoned]
ghstack-source-id: 759544158a2853b60a71365b6bf8e9c29be47984 Pull Request resolved: facebook#29780
Summary
Following the instructions in the
compiler/docs/DEVELOPMENT_GUIDE.md
, we are stuck on the commandyarn snap --watch
because it callsreadTestFilter
even though thefilter
option is not enabled.How did you test this change?
have tested it on my local machine.