Skip to content

Commit 948650a

Browse files
authored
Merge pull request #398 from jmid/ocamlmig
Add ocamlmig annotations for easier migration
2 parents 022ea97 + 6747e52 commit 948650a

File tree

3 files changed

+107
-93
lines changed

3 files changed

+107
-93
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
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

0 commit comments

Comments
 (0)