The NetBSD Project

CVS log for pkgsrc/devel/hs-tasty/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-tasty

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:39:30 2025 UTC (2 weeks ago) by pho
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
recursive revbump after patching lang/ghc910

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:05:25 2025 UTC (6 weeks, 3 days ago) by pho
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Bump all Haskell packages after switching the default compiler.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jan 29 17:12:11 2025 UTC (6 weeks, 6 days ago) by pho
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
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)).

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu May 9 01:32:14 2024 UTC (10 months, 1 week ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Recursive revbump after changing the default Haskell compiler

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:36:58 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Revbump all Haskell after updating lang/ghc96

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Oct 30 03:17:47 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
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.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Oct 9 04:54:31 2023 UTC (17 months, 1 week ago) by pho
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Bump Haskell packages after updating lang/ghc94

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Feb 7 01:40:51 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
revbump all the Haskell packages after modifying the runtime system of lang/ghc94

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jan 26 10:25:46 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -5 lines
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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Sep 7 06:50:49 2022 UTC (2 years, 6 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Recursive bump for recently updated Haskell packages

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Feb 26 03:58:09 2022 UTC (3 years ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Feb 12 08:50:39 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
revbump after changing the default Haskell compiler

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Feb 12 05:18:31 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 18 02:48:13 2022 UTC (3 years, 2 months ago) by pho
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Bump packages that depends on GHC

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon May 3 19:01:03 2021 UTC (3 years, 10 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
*: Bump PKGREVISION for ghc-9.0.1

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Apr 24 05:25:25 2021 UTC (3 years, 10 months ago) by pho
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -3 lines
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.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Mar 30 16:51:09 2020 UTC (4 years, 11 months ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
hs-tasty: Import version 1.2.3

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>