Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-tasty
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
recursive revbump after patching lang/ghc910
Bump all Haskell packages after switching the default compiler.
devel/hs-tasty: update to tasty-1.5.3 Version 1.5.3 -------------- _2025-01-05_ * Console reporter: disable line wrapping ([#433](https://github.com/UnkindPartition/tasty/pull/433)). * Console reporter: force flushing of stdout after `showCursor` ([#436](https://github.com/UnkindPartition/tasty/pull/436)). Version 1.5.2 -------------- _2024-11-03_ * Partially revert [#393](https://github.com/UnkindPartition/tasty/pull/393) to fix progress reporting outside of Emacs. * Do not depend on `unbounded-delays` on `ppc64`, `s390x` and `riscv64` ([#371](https://github.com/UnkindPartition/tasty/pull/371), [#422](https://github.com/UnkindPartition/tasty/pull/422), [#423](https://github.com/UnkindPartition/tasty/pull/423)). Version 1.5.1 -------------- _2024-06-22_ * Performance improvements ([#389](https://github.com/UnkindPartition/tasty/pull/389), [#390](https://github.com/UnkindPartition/tasty/pull/390)). * Progress reporting in Emacs: use `\r` instead of ANSI escape sequences ([#393](https://github.com/UnkindPartition/tasty/pull/393)). * Console reporter: fix unintended change to `foldHeading` ([#396](https://github.com/UnkindPartition/tasty/pull/396)). * Prune empty test subtrees from `TestTree` ([#403](https://github.com/UnkindPartition/tasty/pull/403)). * Add `instance Eq Timeout` and `instance Ord Timeout` ([#415](https://github.com/UnkindPartition/tasty/pull/415)). * Add ability to supply options for launchers and reporters at the top-level of test tree ([#417](https://github.com/UnkindPartition/tasty/pull/417)).
Recursive revbump after changing the default Haskell compiler
Revbump all Haskell after updating lang/ghc96
devel/hs-tasty: Update to 1.5 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.
Bump Haskell packages after updating lang/ghc94
revbump all the Haskell packages after modifying the runtime system of lang/ghc94
devel/hs-tasty: Update to 1.4.3 Version 1.4.3 - 2022-12-18 * Drop unbounded-delays dependency on 64-bit machines (#344). * Drop clock dependency, decomission clock flag (#345). * Drop wcwidth dependency (#346) * Tested with GHC 8.0 - 9.4. Version 1.4.2.3 - 2022-05-10 * Drop mtl dependency * Warning-free under GHC 8.0 - 9.2 Version 1.4.2.2 - 2022-05-10 * Fix compilation with mtl-2.3 * Tested with GHC 8.0 - 9.2; dropped support for GHC 7.x
Recursive bump for recently updated Haskell packages
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
revbump after changing the default Haskell compiler
Update to tasty-1.4.2.1 Version 1.4.2.1 Fix warnings under GHC 9.2 Version 1.4.2 Add consoleTestReporterWithHook Suggest pattern to rerun an individual failing test Add Test.Tasty.Patterns.Printer
Bump packages that depends on GHC
*: Bump PKGREVISION for ghc-9.0.1
Update to tasty-1.4.1 Version 1.4.1 * Deduplicate command line options when there is more than one TestReporter. Expose the function that does that, uniqueOptionDescriptions. Version 1.4.0.3 * Fix CPP warning/error macro expansion producing 'defined' has undefined behavior Version 1.4.0.2 * Automatically disable the dependency on the clock package when compiled by ghcjs. Version 1.4.0.1 * The only point of this release is to introduce compatibility with GHCs back to 7.0 (see https://github.com/feuerbach/tasty/pull/287). Note, however, that these changes are not merged to the master branch, and the future releases will only support the GHC/base versions from the last 5 years, as per our usual policy. To test with even older GHCs, you'll have to use this particular version of tasty (or have the constraint solver pick it for you when testing with older GHCs). The source of this release is in the support-old-ghcs branch of the tasty repository. Version 1.4 * Change the TreeFold data type to give all functions access to OptionSet * Fix a bug where a looping failure message escaped the time out set for the test * Fix a bug where pattern changes inside the TestTree weren't respected Version 1.3.1 * Add an ability for a test provider to print colorful/formatted output Version 1.3 * IsOption has a new method showDefaultValue for customizing how defaultValues are rendered in the --help output. * Drop support for GHCs older than 5 years * Do not install handlers for the signals that dump core * Export the AnsiTricks type/option * In addition to a Parser, optionParser and suiteOptionParser now return a [String] representing warning messages: - A warning is emitted if an IsOption instance defines multiple options in the implementation of optionCLParser. - An warning is emitted if an IsOption instance's optionCLParser implementation assigns a default value (e.g., with Options.Applicative.value), as this interferes with tasty's ability to read environment variable arguments.
hs-tasty: Import version 1.2.3