-
Notifications
You must be signed in to change notification settings - Fork 301
Description
Currently the DynamicValue docs page is totally empty: https://buck2.build/docs/api/build/DynamicValue/
It should link to the place from which they are obtained: https://buck2.build/docs/api/build/AnalysisActions/#analysisactionsdynamic_output_new
As well as the https://buck2.build/docs/rule_authors/dynamic_dependencies/ page
And it should say how to do things with them in bxl. In particular it should probably mention https://buck2.build/docs/api/build/#dynamic_actions.
Looks like https://buck2.build/docs/api/build/dynattrs/DynamicAttrType/ also is blank.
Someone at work RE'd this system already so I have private examples that I can use to write these docs. I will probably do it eventually.
This is probably "good first issue" material (also if anyone is able to give me triage rights on this repo, I would be happy to triage my own bugs; I know I am filing a lot of them).