cool-easter-32542
05/30/2024, 12:40 PMPANTS_VERSION constant BUILD file symbol has no documentation:
PANTS_VERSION=2.22.0.dev3 pants help-all | jq .name_to_build_file_info.PANTS_VERSION
{
"documentation": null,
"is_target": false,
"name": "PANTS_VERSION",
"signature": null
}
Preferably we'd have:
• text for documentation
• some indication of what type value is, maybe like "signature": "Version"?
Pants version
This seems to be the case since 2.18, up to the current latest version 2.22.0
OS
Both
Additional info
• Will appear in online docs too after pantsbuild/pantsbuild.org#216
• Relevant issues:
• #18117
• #14832 (lots of discussion of contents in this one)
pantsbuild/pants