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: 5 additions & 3 deletions check/classic/classic.ref
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@

./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 @@ -719,7 +721,7 @@ Nothing else to report in this section
--------------------------------------------------------------------------------


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

./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 @@ -1127,7 +1128,7 @@ Nothing else to report in this section
--------------------------------------------------------------------------------


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

./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 @@ -415,10 +416,12 @@
./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 @@ -1531,7 +1534,7 @@ Nothing else to report in this section
--------------------------------------------------------------------------------


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