-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
ctexplain: report a build's trimmability #13210
ctexplain: report a build's trimmability #13210
Conversation
- cquery now returns short config hashes (expect shorter lengths) - Starlark flags must now use "--//flag=value" syntax
@gregestren I was playing around with this change. It fails when you have multiple transitions. I will try to create an example, but to put it in words All my transitions are on
With the above data, in Also should this be changed to
|
I really need to land the 1.0 of I'll admit it's hard for me to prioritize this at the moment. If anyone wanted to assist that could help. |
I can help out. Let me know how I can be useful. |
@nikhilkalige still any interest? I realize it's been a long time, so no worries whatever the case. |
@gregestren Sorry.. I missed that.. But I am interested in helping out |
We just decided to revive this with @sdtwigg . Taking note of your interest. We'll have to coordinate to agree on next steps, but it'll be basically getting this code properly merged. |
Hi there! Thank you for contributing to the Bazel repository. We appreciate your time and effort. We're doing a clean up of old PRs and will be closing this one since it seems to have stalled. Please feel free to reopen if you’re still interested in pursuing this or if you'd like to discuss anything further. We’ll respond as soon as we have the bandwidth/resources to do so. |
@gregestren I would still be interested in this functionality. Are you planning to work on it again at some point? |
I'd love to properly land this but I need reviewer support I would consider trying to push this through in the new year. Let's talk about this as one of our subjects at our bi-weekly syncs I'm still responsible for setting up. :) |
Example:
Note the Copybara imports are messed up as checked in. I'll have to figure out (in another PR) how to stop them from doing that.
Testing:
$ bazel test //tools/ctexplain:all
Work towards #10613