forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 1.5 - 2023-09-10 * Progress reporting is no longer ignored. PrintTest constructor of TestOutput now has an extra field used to report progress. Supply const (pure ()) as this extra field value if you want to skip progress reporting (#311). * foldGroup now takes [b] instead of b as its last argument to allow for custom fold strategies. This is a backwards incompatible change, but you can get the old behavior by applying mconcat (#364). * Dependency loop error now lists all test cases that formed a cycle (#340). * Dependencies can now be defined pattern-free with sequentialTestGroup (#343). * Added --min-duration-to-report flag that specifies the time a test must take before tasty outputs timing information (#341). * When a test failed with an exception, print it using displayException instead of show (#330). * The -p / --pattern option can be specified multiple times; only tests that match all patterns are run (#380). * Fix color scheme to make info messages visible in terminals with white background (#369). * When parsing of a command-line option failed, report received option (#368). * Support WASM (#365). * Tested with GHC 8.0 - 9.8.
- Loading branch information
1 parent
1d225e4
commit 36bd074
Showing
4 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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,7 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.12 2023/10/09 04:54:31 pho Exp $ | ||
# $NetBSD: Makefile,v 1.13 2023/10/30 03:17:47 pho Exp $ | ||
|
||
DISTNAME= tasty-1.4.3 | ||
PKGREVISION= 2 | ||
DISTNAME= tasty-1.5 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains 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 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 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,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.6 2023/01/26 10:25:46 pho Exp $ | ||
$NetBSD: distinfo,v 1.7 2023/10/30 03:17:47 pho Exp $ | ||
|
||
BLAKE2s (tasty-1.4.3.tar.gz) = f8477a78e2b5726e30faa15aa9e4591ec1c0e6ee16a22a4068e47ed5db4a0db1 | ||
SHA512 (tasty-1.4.3.tar.gz) = 88d4e13bdc6e70a865d9779c9c990b2ce98bb495dd8aa7893254d99ae87e37a696ad6930323d3c213f804bc5b18063f261cdc2f8332054fc4112068a458fa466 | ||
Size (tasty-1.4.3.tar.gz) = 58726 bytes | ||
BLAKE2s (tasty-1.5.tar.gz) = b4ea8490f35d3714b71eb9392419f7e6786db711124bf90dbf3f06e16d769662 | ||
SHA512 (tasty-1.5.tar.gz) = cb9003624c1f221b29c1becf7c824f84130dbfe82f9d1bee4ab3401863f29317aeea7fb7a4323988b9b1f4c7c7fbe706377508a9e02ce19fe4e700556c26edd0 | ||
Size (tasty-1.5.tar.gz) = 65023 bytes |