You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, if the analysis file is empty, you get the following error message.
FAILURE: Unrecognized version line:
I'm not quite sure what the behavior should be though.
One thing I'd like to move towards would be to try to make errors like this more actionable. For example, this might to be resolved by either ./pants clean-all or rm -rf .buildcache; ./pants clean-all, depending on whether the analysis files are in the buildcache entry as well.
The text was updated successfully, but these errors were encountered:
For example, if the analysis file is empty, you get the following error message.
I'm not quite sure what the behavior should be though.
One thing I'd like to move towards would be to try to make errors like this more actionable. For example, this might to be resolved by either
./pants clean-all
orrm -rf .buildcache; ./pants clean-all
, depending on whether the analysis files are in the buildcache entry as well.The text was updated successfully, but these errors were encountered: