You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows for fine grained action graph debugging by letting bxl ask
about individual Actions' dependencies.
I chose this API because it's the smallest API surface change I could
think of to improve this.
One thing which Claude pointed out is that you can't have heterogeneous
lists of Actions and aquery nodes. This is sorta unfortunate.
Allows users to implement "What deps does my action have recorded for
it" from #1217 themselves.
Note that I tried running the tests I could using buck bxl but
I have not gone to https://metacareers.com to be able to run the python
side.
Example usage:
Use `ctx.audit.output()` to obtain an Action object and then ask about
its dependencies.
0 commit comments