-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Baseline some watch related path determinations so its easy to track changes #53598
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
Conversation
That 25K line file is 5 MB; is there a more compact representation that could be used? |
Tried to keep it readable but it helps i can split the tests further per osRoot? |
Btw this should help me make saner changes so that i know i am doing right stuff or not. |
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.
Thanks for reducing the size; it turns out to matter over time since big blobs may not encode well (just like how just lib
was inflating the checkout size by a lot).
And i can reduce it further by removing white spaces but it doesnt read well in BC when comparing diffs so ... |
Ah, yeah, that would gain it all back. Would render identically in markdown anyhow! |
No description provided.