<#20978 `PANTS_VERSION` BUILD file symbol has no d...
# github-notifications
c
#20978 `PANTS_VERSION` BUILD file symbol has no docs Issue created by huonw Describe the bug The
PANTS_VERSION
constant BUILD file symbol has no documentation:
Copy code
PANTS_VERSION=2.22.0.dev3 pants help-all | jq .name_to_build_file_info.PANTS_VERSION
Copy code
{
  "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