<#17986 cached build files failing to update> Issu...
# github-notifications
q
#17986 cached build files failing to update Issue created by KadenAgrey Describe the bug BUILD files are cached and not updated for subsequent runs of
./pants tailor ::
even after edits have been made. Pants version 2.14.0 OS Linux (using WSL on windows machine) Additional info Steps in case above is unclear, 1. Introduce error to a BUILD file as example -> add line
my_error
2. run
./pants tailor ::
(will cause error)
Name 'my_error' is not defined.
3. Remove offending line and rerun
./pants tailor ::
(same error message, expected no error) 4. Disable or enable some backend package (e.g.,
pants.backend.build_files.fmt.black
) and rerun
./pants tailor ::
(now succeeds) pantsbuild/pants