In several places the docs suggest running the `up...
# development
c
In several places the docs suggest running the
update-build-files
goal, but is there any reason to prefer that over
pants.backend.build_files.fix.deprecations
? https://github.com/pantsbuild/pants/pull/17240/files
f
update-build-files runs that no?
c
Correct. Why have an extra goal when one can 'just' use
fix
?
b
I think it's mostly historical at this point though
c
yea, that's from when that was the only way. It was added as a dedicated goal before
fix
existed. Then that feature was included as part of
fix
but the old goal is kept to not disrupt existing workflows, but the docs ought to be updated..