CVS log for pkgsrc/devel/hs-tasty-rerun/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-tasty-rerun
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:39:31 2025 UTC (7 weeks, 6 days ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1,
HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
recursive revbump after patching lang/ghc910
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:05:26 2025 UTC (2 months, 3 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
Bump all Haskell packages after switching the default compiler.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jan 31 14:44:18 2025 UTC (2 months, 3 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2
lines
devel/hs-tasty-rerun: Fix build with GHC 9.10
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu May 9 01:32:14 2024 UTC (11 months, 3 weeks 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.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
Recursive revbump after changing the default Haskell compiler
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu May 2 03:55:53 2024 UTC (11 months, 4 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -1
lines
devel/hs-tasty-rerun: Fix build with GHC 9.8
This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:36:59 2023 UTC (17 months, 3 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Revbump all Haskell after updating lang/ghc96
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Oct 31 17:55:54 2023 UTC (17 months, 4 weeks ago) by pho
Branches: MAIN
devel/hs-tasty-rerun: import hs-tasty-rerun-1.1.19
This Ingredient for tasty testing framework allows to filter a test tree
depending on an outcome of the previous run. This may be useful in many
scenarios, especially when a test suite grows large.
For example, tasty-rerun allows:
* Rerun only tests, which failed during the last run (--rerun). Combined
with live reloading (e. g., using ghcid or stack test --file-watch), it
gives an ultimate power to focus on broken parts and put them back in
shape, enjoying a tight feedback loop.
* Rerun only tests, which have beed added since the last saved test
run. This comes handy when writing a new module, which does not affect
other parts of the system, or adding new test cases.
* Rerun only tests, which passed during the last saved test run. Sometimes
a part of the test suite is consistently failing (e. g., an external
service is temporarily down), but you want be sure that you are not
breaking anything else in course of your work.
CVSweb <webmaster@jp.NetBSD.org>