Hi folks: I’ve been looking at this venerable issu...
# development
h
Hi folks: I’ve been looking at this venerable issue about option invalidation when the option value comes from a file: https://github.com/pantsbuild/pants/issues/10360 . However as far as I can tell this is no longer the case, and everything seems to work as expected, albeit at the price of a file read on every run. Does anyone have any experience or information to the contrary? I think this can be closed unless a user finds a case that doesn’t work.
This new test seems to prove the point: https://github.com/pantsbuild/pants/pull/21901