Skip to content

Commit b93df87

Browse files
updated todo list
1 parent 9627852 commit b93df87

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

quickcheck-dynamic/src/Test/QuickCheck/StateModel.hs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,9 @@ interleavings (a:as) (b:bs) =
842842
map (b:) (interleavings (a:as) bs)
843843

844844
-- TODO:
845-
-- - Negative actions (because the actual interleaving might involve legitimate failures
846-
-- even if the linear sequence doesn't)
847-
-- - Check negative postcondition and correct precondition in `checkTrace`
845+
-- - Decide how much of the old QCD interface we can afford to break
846+
-- - Refactor normal QCD so that you don't have two implementations
847+
-- - More than two threads
848+
-- - More examples
849+
-- - Clean everything up
850+
-- - All the statistics and monitoring

0 commit comments

Comments
 (0)