Commit 147a775
committed
Update to
The most invasive change is that the `Realized` type family disappeared, but as
a result we also have to run the `IOSim` test with the `RealWorld` state token.
The `quickcheck-dynamic` library requires the return types of actions to be
`Typeable`, and if the state token appears in the return type of an action
(which it does in our tests), then the state token has to be typeable, which is
only really possible if we use `RealWorld`.quickcheck-lockstep-0.8
1 parent 010a89c commit 147a775
File tree
9 files changed
+245
-319
lines changed- test-prototypes/Test
- test/Test
- Database/LSMTree
- Internal
- StateMachine
- Util
9 files changed
+245
-319
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
893 | 893 | | |
894 | 894 | | |
895 | 895 | | |
896 | | - | |
| 896 | + | |
897 | 897 | | |
898 | 898 | | |
899 | 899 | | |
900 | 900 | | |
901 | | - | |
902 | 901 | | |
903 | 902 | | |
904 | 903 | | |
| |||
1208 | 1207 | | |
1209 | 1208 | | |
1210 | 1209 | | |
1211 | | - | |
| 1210 | + | |
1212 | 1211 | | |
1213 | 1212 | | |
1214 | 1213 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
| 411 | + | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
| 419 | + | |
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
| |||
0 commit comments