latest
target_stats: trim comments from the bzl files Summary: The target_stats bzl files accumulated comments that restate what the code already says -- what a provider field holds, what write_json(with_inputs) does, what other_outputs is for. That is the API's job, and a comment that paraphrases the line beneath it is one more thing to keep in sync. Removes 58 lines of comment across the prelude target…