-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert validate.sh
to a Haskell script
#10320
Merged
Merged
Commits on Sep 9, 2024
-
Convert
validate.sh
tocabal-validate
Closes haskell#10317. A Haskell script will be easier to maintain and expand than the existing Bash script. This also adds a `--pattern PATTERN` option which lets you filter tests across all test suites.
Configuration menu - View commit details
-
Copy full SHA for 582a5c7 - Browse repository at this point
Copy the full SHA 582a5c7View commit details -
Split
cabal-validate
into modulesThis disentangles the utility boilerplate from the validation logic, making the `Main.hs` module much easier to read and modify.
Configuration menu - View commit details
-
Copy full SHA for 43a3975 - Browse repository at this point
Copy the full SHA 43a3975View commit details -
Configuration menu - View commit details
-
Copy full SHA for e257591 - Browse repository at this point
Copy the full SHA e257591View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 96d6ad5 - Browse repository at this point
Copy the full SHA 96d6ad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f5d90f - Browse repository at this point
Copy the full SHA 9f5d90fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a10a2a3 - Browse repository at this point
Copy the full SHA a10a2a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37cfe85 - Browse repository at this point
Copy the full SHA 37cfe85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92613f0 - Browse repository at this point
Copy the full SHA 92613f0View commit details -
This seems to fix an error where `long-tests` isn't built?
Configuration menu - View commit details
-
Copy full SHA for d208282 - Browse repository at this point
Copy the full SHA d208282View commit details -
Configuration menu - View commit details
-
Copy full SHA for bae200a - Browse repository at this point
Copy the full SHA bae200aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1900d5e - Browse repository at this point
Copy the full SHA 1900d5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30f0faa - Browse repository at this point
Copy the full SHA 30f0faaView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.