Skip to content

Commit

Permalink
Add maintenance notice to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Seelengrab committed Mar 8, 2024
1 parent 9143b34 commit ef65810
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@
[![codecov](https://codecov.io/github/Seelengrab/PropCheck.jl/branch/main/graph/badge.svg?token=8IJ4R0KB82)](https://codecov.io/github/Seelengrab/PropCheck.jl)

A simple, thin package for property based testing.
For a look at what's already planned in the future, take a look at the [`feature`](https://github.com/Seelengrab/PropCheck.jl/issues?q=is%3Aissue+is%3Aopen+label%3Afeature) label in the issues.

## Maintenance only

PropCheck.jl is in _maintenance mode_ which means that no new features will be added.
Bugs that compromise the intended behavior that pop up will continue to be fixed (if sufficiently feasible).
For future development of property based testing, as well as better performance,
consider using [Supposition.jl](https://github.com/Seelengrab/Supposition.jl) instead.

This package is now intended to serve as an example for how a Haskell project deeply
relying on lazy evaluation and type classes could be ported to Julia (thought it may
not necessarily be a _good_ example for that ;) ).

## Installation

Expand Down

0 comments on commit ef65810

Please sign in to comment.