forked from batterseapower/test-framework
-
Notifications
You must be signed in to change notification settings - Fork 24
Release preparations #74
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
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
47392c8
Remove vanilla Setup.hs files (legacy)
andreasabel 4af17ea
Drop support for GHC 7 and LTS < 9.21
andreasabel f5dbc0d
Update CI to ubuntu-24.04
andreasabel bdebf48
Add READMEs alerting of the legacy status of this test framework
andreasabel 80fd3e6
Turn off -Wdeprecations because of legacy status of the package
andreasabel 44b4af2
Mostly explicit imports from external packages
andreasabel 07a4f19
A top-level README instead of individual package-level READMEs.
andreasabel 4f7a309
.cabal files: homepage is github.com/haskell/test-framework
andreasabel f856ca0
README: Apply suggestions from code review
andreasabel 2bd6941
Link to GitHub README (instead of to the repo)
sol a268714
Move -Wall to cabal.project
andreasabel 39a5f41
Add stack.yaml files for GHC 9.4 (recommended) and 9.10 (latest)
andreasabel b81b96c
Finish CHANGELOGs
andreasabel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ | |
/.ghc.environment.* | ||
/dist/ | ||
/dist-newstyle/ | ||
.stack-work/ | ||
stack*.yaml.lock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[](http://hackage.haskell.org/package/test-framework) | ||
[](https://stackage.org/nightly/package/test-framework) | ||
[](https://www.stackage.org/package/test-framework) | ||
[](https://github.com/haskell/test-framework/actions) | ||
|
||
|
||
test-framework | ||
============== | ||
|
||
This framework for organizing tests is mature and stable, but it is no longer actively developed. | ||
|
||
NEW FEATURE REQUESTS AND CONTRIBUTIONS ARE NO LONGER ACCEPTED! | ||
|
||
Old homepage: https://haskell.github.io/test-framework/ | ||
|
||
New users are encouraged to look into more actively developed test frameworks, | ||
for instance: | ||
|
||
- [hspec](https://hackage.haskell.org/package/hspec) | ||
- [tasty](https://hackage.haskell.org/package/tasty) | ||
|
||
(Developers: if you want to see your test framework listed here, please open a pull request.) |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,19 @@ | ||
-- See also http://cabal.readthedocs.io/en/latest/nix-local-build-overview.html | ||
|
||
-- NB: ./quickcheck is deprecated | ||
packages: ./core | ||
./hunit | ||
./quickcheck2 | ||
./example | ||
packages: | ||
./core | ||
./hunit | ||
./quickcheck2 | ||
./example | ||
|
||
-- On Debian/Ubuntu you may need the following to workaround an issue in libxml's packaging | ||
|
||
-- package libxml | ||
-- extra-include-dirs: /usr/include/libxml2 | ||
|
||
program-options | ||
ghc-options: | ||
-Wall | ||
-Wcompat | ||
-Wno-deprecations | ||
-- This package is legacy and won't address deprecation warnings. | ||
-Wno-x-partial |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ processorCount = numCapabilities | |
processorCount :: Int | ||
processorCount = 1 | ||
|
||
#endif | ||
#endif |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be helpful to guide users how to migrate to modern frameworks. Here is an instruction for
tasty
:There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section is for "new users" and kept brief on purpose.
test-framework
to your project then I think this belongs into the documentation of your project.Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, for what it's worth:
But really, I don't think any of this belongs here.