|
20 | 20 | ./examples/docs/exported_values/limitations/incl_same_name/oo.mli:40: new_method: Should not be detected |
21 | 21 | ./examples/docs/exported_values/limitations/incl_same_name/oo.mli:41: public_method_label: Should not be detected |
22 | 22 | ./examples/docs/exported_values/limitations/sigincl/sigincl_lib.mli:10: I.x: Should not be detected |
| 23 | +./examples/docs/methods/code_constructs/factory_fun/factory_fun_bin.ml:2: unused_factory |
| 24 | + |
23 | 25 | ./examples/docs/methods/code_constructs/imm_obj/imm_obj_bin.ml:2: unused_obj |
24 | 26 |
|
| 27 | +./examples/docs/methods/limitations/factory_fun_indir/factory_fun_indir.ml:2: factory_with_intermediate_binding |
| 28 | +./examples/docs/methods/limitations/factory_fun_indir/factory_fun_indir.ml:8: random_factory |
| 29 | + |
25 | 30 | ./examples/using_dune/preprocessed_lib/preprocessed.mli:1: unused |
26 | 31 | ./examples/using_dune/preprocessed_lib/preprocessed_no_intf.ml:2: unused |
27 | 32 |
|
|
151 | 156 | ./examples/docs/methods/code_constructs/constructor/constructor_bin.ml:6: push_n_times |
152 | 157 | ./examples/docs/methods/code_constructs/constructor/constructor_bin.ml:12: clear_stack |
153 | 158 |
|
| 159 | +./examples/docs/methods/code_constructs/factory_fun/factory_fun_bin.ml:6: push_n_times |
| 160 | +./examples/docs/methods/code_constructs/factory_fun/factory_fun_bin.ml:11: clear_stack |
| 161 | + |
154 | 162 | ./examples/docs/methods/code_constructs/imm_obj/imm_obj_bin.ml:6: push_n_times |
155 | 163 | ./examples/docs/methods/code_constructs/imm_obj/imm_obj_bin.ml:12: clear_stack |
156 | 164 |
|
@@ -372,13 +380,19 @@ Nothing else to report in this section |
372 | 380 | ./examples/docs/methods/code_constructs/constructor/constructor_bin.ml:2: unused_class#unused_method |
373 | 381 | ./examples/docs/methods/code_constructs/constructor/constructor_lib.mli:10: int_stack#reset |
374 | 382 |
|
| 383 | +./examples/docs/methods/code_constructs/factory_fun/factory_fun_bin.ml:2: unused_factory#unused_method |
| 384 | +./examples/docs/methods/code_constructs/factory_fun/factory_fun_lib.mli:2: get_stack#reset |
| 385 | + |
375 | 386 | ./examples/docs/methods/code_constructs/imm_obj/imm_obj_bin.ml:2: unused_obj#unused_method |
376 | 387 | ./examples/docs/methods/code_constructs/imm_obj/imm_obj_lib.mli:8: int_stack#reset |
377 | 388 |
|
378 | 389 | ./examples/docs/methods/code_constructs/inheritance/inheritance_lib.mli:2: parent#unused |
379 | 390 |
|
380 | 391 | ./examples/docs/methods/limitations/alias/alias_lib.mli:2: original#unused |
381 | 392 | ./examples/docs/methods/limitations/alias/alias_lib.mli:2: original#used_by_alias: Should not be detected |
| 393 | +./examples/docs/methods/limitations/factory_fun_indir/factory_fun_indir.ml:2: factory_with_intermediate_binding#m: Not detected |
| 394 | +./examples/docs/methods/limitations/factory_fun_indir/factory_fun_indir.ml:8: random_factory#m |
| 395 | + |
382 | 396 | ./examples/using_dune/preprocessed_lib/preprocessed.mli:6: immediate#unused |
383 | 397 | ./examples/using_dune/preprocessed_lib/preprocessed_no_intf.ml:12: immediate#unused |
384 | 398 |
|
@@ -449,6 +463,11 @@ Nothing else to report in this section |
449 | 463 | ./examples/docs/methods/code_constructs/constructor/constructor_lib.mli:10: int_stack#pop |
450 | 464 | ./examples/docs/methods/code_constructs/constructor/constructor_lib.mli:10: int_stack#push |
451 | 465 |
|
| 466 | +./examples/docs/methods/code_constructs/factory_fun/factory_fun_lib.mli:2: get_stack#is_empty |
| 467 | +./examples/docs/methods/code_constructs/factory_fun/factory_fun_lib.mli:2: get_stack#peek |
| 468 | +./examples/docs/methods/code_constructs/factory_fun/factory_fun_lib.mli:2: get_stack#pop |
| 469 | +./examples/docs/methods/code_constructs/factory_fun/factory_fun_lib.mli:2: get_stack#push |
| 470 | + |
452 | 471 | ./examples/docs/methods/code_constructs/imm_obj/imm_obj_lib.mli:8: int_stack#peek |
453 | 472 | ./examples/docs/methods/code_constructs/imm_obj/imm_obj_lib.mli:8: int_stack#pop |
454 | 473 | ./examples/docs/methods/code_constructs/imm_obj/imm_obj_lib.mli:8: int_stack#push |
@@ -963,6 +982,9 @@ Nothing else to report in this section |
963 | 982 |
|
964 | 983 | ./examples/docs/exported_values/limitations/sigincl/sigincl_lib.ml:9: unit pattern x |
965 | 984 |
|
| 985 | +./examples/docs/methods/limitations/factory_fun_indir/factory_fun_indir.ml:3: let x = ... in x (=> useless binding) |
| 986 | +./examples/docs/methods/limitations/factory_fun_indir/factory_fun_indir.ml:12: let x = ... in x (=> useless binding) |
| 987 | + |
966 | 988 | ./examples/using_dune/preprocessed_lib/preprocessed.ml:83: let () = ... in ... (=> use sequence) |
967 | 989 | ./examples/using_dune/preprocessed_lib/preprocessed.ml:83: unit pattern unit_binding |
968 | 990 | ./examples/using_dune/preprocessed_lib/preprocessed.ml:84: val f: ... -> (... -> ?_:_ -> ...) -> ... |
@@ -1010,7 +1032,7 @@ Nothing else to report in this section |
1010 | 1032 | -------------------------------------------------------------------------------- |
1011 | 1033 |
|
1012 | 1034 |
|
1013 | | -Total: 862 |
1014 | | -Success: 855 |
1015 | | -Failed: 7 |
1016 | | -Ratio: 99.1879350348% |
| 1035 | +Total: 877 |
| 1036 | +Success: 869 |
| 1037 | +Failed: 8 |
| 1038 | +Ratio: 99.0877993158% |
0 commit comments