Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions check/classic/classic.ref
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@

./examples/using_dune/preprocessed_lib/preprocessed.mli:1: unused
./examples/using_dune/preprocessed_lib/preprocessed.mli:3: internally_used
./examples/using_dune/preprocessed_lib/preprocessed.mli:19: equal_constr_with_eq: Should not be detected
./examples/using_dune/preprocessed_lib/preprocessed.mli:29: equal_record_with_eq: Should not be detected
./examples/using_dune/preprocessed_lib/preprocessed.mli:38: internally_used_f
./examples/using_dune/preprocessed_lib/preprocessed_no_intf.ml:2: unused

Expand Down Expand Up @@ -721,7 +719,7 @@ Nothing else to report in this section
--------------------------------------------------------------------------------


Total: 595
Total: 593
Success: 586
Failed: 9
Ratio: 98.487394958%
Failed: 7
Ratio: 98.8195615514%
9 changes: 4 additions & 5 deletions check/threshold-1/threshold-1.ref
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,9 @@

./examples/using_dune/preprocessed_lib/preprocessed.mli:3: internally_used
./examples/using_dune/preprocessed_lib/preprocessed.mli:4: externally_used
./examples/using_dune/preprocessed_lib/preprocessed.mli:19: equal_constr_with_eq: Should not be detected
./examples/using_dune/preprocessed_lib/preprocessed_no_intf.ml:4: internally_used
./examples/using_dune/preprocessed_lib/preprocessed_no_intf.ml:5: externally_used
./examples/using_dune/preprocessed_lib/preprocessed_no_intf.ml:30: equal_constr_with_eq: Should not be detected

./examples/using_dune/reduced_lib/reduced_lib.mli:2: Values.used
./examples/using_dune/reduced_lib/reduced_lib.mli:5: Values.externally_used
./examples/using_dune/reduced_lib/reduced_lib.mli:9: Values_no_intf.used
Expand Down Expand Up @@ -1128,7 +1127,7 @@ Nothing else to report in this section
--------------------------------------------------------------------------------


Total: 931
Total: 929
Success: 921
Failed: 10
Ratio: 98.9258861439%
Failed: 8
Ratio: 99.1388589882%
11 changes: 4 additions & 7 deletions check/threshold-3-0.5/threshold-3-0.5.ref
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,9 @@

./examples/using_dune/preprocessed_lib/preprocessed.mli:3: internally_used
./examples/using_dune/preprocessed_lib/preprocessed.mli:4: externally_used
./examples/using_dune/preprocessed_lib/preprocessed.mli:19: equal_constr_with_eq: Should not be detected
./examples/using_dune/preprocessed_lib/preprocessed_no_intf.ml:4: internally_used
./examples/using_dune/preprocessed_lib/preprocessed_no_intf.ml:5: externally_used
./examples/using_dune/preprocessed_lib/preprocessed_no_intf.ml:30: equal_constr_with_eq: Should not be detected

./examples/using_dune/reduced_lib/reduced_lib.mli:2: Values.used
./examples/using_dune/reduced_lib/reduced_lib.mli:5: Values.externally_used
./examples/using_dune/reduced_lib/reduced_lib.mli:9: Values_no_intf.used
Expand Down Expand Up @@ -416,12 +415,10 @@
./examples/docs/optional_arguments/limitations/relaying/relaying_bin.ml:2: f

./examples/using_dune/preprocessed_lib/preprocessed.mli:2: used
./examples/using_dune/preprocessed_lib/preprocessed.mli:29: equal_record_with_eq: Should not be detected
./examples/using_dune/preprocessed_lib/preprocessed.mli:31: exported_f
./examples/using_dune/preprocessed_lib/preprocessed.mli:38: internally_used_f
./examples/using_dune/preprocessed_lib/preprocessed.mli:44: externally_used_f
./examples/using_dune/preprocessed_lib/preprocessed_no_intf.ml:3: used
./examples/using_dune/preprocessed_lib/preprocessed_no_intf.ml:45: equal_record_with_eq: Should not be detected
./examples/using_dune/preprocessed_lib/preprocessed_no_intf.ml:53: f
./examples/using_dune/preprocessed_lib/preprocessed_no_intf.ml:59: internally_used_f
./examples/using_dune/preprocessed_lib/preprocessed_no_intf.ml:64: externally_used_f
Expand Down Expand Up @@ -1534,7 +1531,7 @@ Nothing else to report in this section
--------------------------------------------------------------------------------


Total: 1255
Total: 1251
Success: 1243
Failed: 12
Ratio: 99.0438247012%
Failed: 8
Ratio: 99.3605115907%
Loading