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
Implemented a check to ensure the 'pants_version' follows the
'major.minor.micro' format. This update raises a clear error message if
the version string does not meet the expected format, enhancing user
guidance and preventing configuration errors.
Fix#337
assert!(error_text.contains("Wasn't able to fetch the Pants PEX at"));
491
+
assert!(error_text.contains("Pants version format not recognized. Please add `.<patch_version>` to the end of the version. For example: `2.18` -> `2.18.0`"));
0 commit comments