Skip to content

Commit

Permalink
Updated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Jun 22, 2023
1 parent 1e45490 commit c4b503b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

- Type resolution bug: https://github.com/jqwik-team/jqwik/issues/492

- Introduce `Arbitraries.fromGenerator(size -> new Generator())`.
See https://github.com/jqwik-team/jqwik/issues/494.

- State-based Properties (https://github.com/jqwik-team/jqwik/issues/428) :
- Do not shrink a single transformation if it is accessing state and any following transformation changes state.
- ChainArbitrary.startWith(.., ChainConfig.of(isImmutable, hasSideEffects, comparator))
Expand Down

0 comments on commit c4b503b

Please sign in to comment.