Skip to content

Commit

Permalink
Make uniqueness for DRF stable (ocaml-flambda#3319)
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Lorenzen <[email protected]>
  • Loading branch information
goldfirere and anfelor authored Dec 2, 2024
1 parent 5a358a0 commit 1ed7111
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion parsing/language_extension.ml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ let is_erasable : type a. a t -> bool = function
| Module_strengthening | SIMD | Labeled_tuples | Small_numbers | Instances ->
false

let maturity_of_unique_for_drf = Alpha
let maturity_of_unique_for_drf = Stable

let maturity_of_unique_for_destruction = Alpha

Expand Down
1 change: 0 additions & 1 deletion testsuite/tests/typing-modal-kinds/basics.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
(* TEST
flags = "-extension unique_alpha";
expect;
*)

Expand Down
1 change: 0 additions & 1 deletion testsuite/tests/typing-modal-kinds/expected_mode.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
(* TEST
flags = "-extension unique_alpha";
expect;
*)

Expand Down
1 change: 0 additions & 1 deletion testsuite/tests/typing-modes/class.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
(* TEST
flags += "-extension unique_alpha";
expect;
*)

Expand Down
1 change: 0 additions & 1 deletion testsuite/tests/typing-modes/currying.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
(* TEST
flags += "-extension unique_alpha";
expect;
*)

Expand Down
1 change: 0 additions & 1 deletion testsuite/tests/typing-modes/lazy.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
(* TEST
flags += "-extension unique_alpha";
expect;
*)

Expand Down
2 changes: 1 addition & 1 deletion testsuite/tests/typing-modes/mutable.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(* TEST
flags = "-extension unique_alpha -w +53";
flags = "-w +53";
expect;
*)

Expand Down
1 change: 0 additions & 1 deletion testsuite/tests/typing-modes/probe.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
(* TEST
flags += "-extension unique_alpha";
expect;
*)

Expand Down
2 changes: 1 addition & 1 deletion testsuite/tests/typing-modes/val_modalities.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(* TEST
flags = "-extension unique_alpha -extension mode_alpha";
flags = "-extension mode_alpha";
expect;
*)

Expand Down
1 change: 0 additions & 1 deletion testsuite/tests/typing-unique/unique.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
(* TEST
flags += "-extension unique_alpha";
expect;
*)

Expand Down
2 changes: 1 addition & 1 deletion testsuite/tests/typing-unique/unique_analysis.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(* TEST
flags += "-extension unique_alpha -extension layouts_beta";
flags += "-extension layouts_beta";
expect;
*)

Expand Down
1 change: 0 additions & 1 deletion testsuite/tests/typing-unique/unique_documentation.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
(* TEST
flags += "-extension unique_alpha";
expect;
*)

Expand Down
1 change: 0 additions & 1 deletion testsuite/tests/typing-unique/unique_mod_class.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
(* TEST
flags += "-extension unique_alpha";
expect;
*)

Expand Down
1 change: 0 additions & 1 deletion testsuite/tests/typing-unique/unique_typedecl.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
(* TEST
flags += "-extension unique_alpha";
expect;
*)

Expand Down

0 comments on commit 1ed7111

Please sign in to comment.