File tree Expand file tree Collapse file tree 3 files changed +107
-93
lines changed
Expand file tree Collapse file tree 3 files changed +107
-93
lines changed Original file line number Diff line number Diff line change 22
33## NEXT RELEASE (202?-??-??)
44
5- - ...
5+ - Add ocamlmig ` @@migrate ` attributes to deprecated combinator names.
6+ The following are missing a direct translation:
7+ - ` QCheck.Gen.big_nat ` at most 1_000_000 without a direct translation in distribution
8+ - ` QCheck.Gen.neg_int ` a non-uniform generator without a direct translation in distribution
9+ - ` QCheck.Gen.int_pos_corners ` deprecated without a replacement
10+ - ` QCheck.Gen.int_corners ` deprecated without a replacement
11+ - ` QCheck.Gen.shuffle_a ` is in-place, whereas the replacement ` QCheck.Gen.shuffle_array ` isn't
12+ - ` QCheck.neg_int ` a non-uniform generator without a direct translation in distribution
13+ - ` QCheck.small_int_corners ` without a direct translation as ` int_small_corners ` is signed
14+ - ` QCheck2.Gen.big_nat ` at most 1_000_000 without a direct translation in distribution
15+ - ` QCheck2.Gen.neg_int ` a non-uniform generator without a direct translation in distribution
16+ - ` QCheck2.Gen.small_int_corners ` without a direct translation as ` int_small_corners ` is signed
17+ - ` QCheck2.Gen.int_pos_corners ` deprecated without a replacement
18+ - ` QCheck2.Gen.int_corners ` deprecated without a replacement
19+
620
721## 0.90 (2025-12-19)
822
You can’t perform that action at this time.
0 commit comments