|
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/immediate_object/immediate_object_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 |
|
|
148 | 153 |
|
149 | 154 | ./examples/docs/methods/code_constructs/constructor/constructor_bin.ml:4: push_n_times |
150 | 155 |
|
| 156 | +./examples/docs/methods/code_constructs/factory_fun/factory_fun_bin.ml:4: push_n_times |
| 157 | + |
151 | 158 | ./examples/docs/methods/code_constructs/immediate_object/immediate_object_bin.ml:4: push_n_times |
152 | 159 |
|
153 | 160 | ./examples/docs/methods/code_constructs/object_type/object_type_bin.ml:4: push_n_times |
@@ -367,13 +374,19 @@ Nothing else to report in this section |
367 | 374 | ./examples/docs/methods/code_constructs/constructor/constructor_bin.ml:2: unused_class#unused_method |
368 | 375 | ./examples/docs/methods/code_constructs/constructor/constructor_lib.mli:2: int_stack#reset |
369 | 376 |
|
| 377 | +./examples/docs/methods/code_constructs/factory_fun/factory_fun_bin.ml:2: unused_factory#unused_method |
| 378 | +./examples/docs/methods/code_constructs/factory_fun/factory_fun_lib.mli:2: get_stack#reset |
| 379 | + |
370 | 380 | ./examples/docs/methods/code_constructs/immediate_object/immediate_object_bin.ml:2: unused_obj#unused_method |
371 | 381 | ./examples/docs/methods/code_constructs/immediate_object/immediate_object_lib.mli:2: int_stack#reset |
372 | 382 |
|
373 | 383 | ./examples/docs/methods/code_constructs/inheritance/inheritance_lib.mli:2: parent#unused |
374 | 384 |
|
375 | 385 | ./examples/docs/methods/limitations/alias/alias_lib.mli:2: original#unused |
376 | 386 | ./examples/docs/methods/limitations/alias/alias_lib.mli:2: original#used_by_alias: Should not be detected |
| 387 | +./examples/docs/methods/limitations/factory_fun_indir/factory_fun_indir.ml:2: factory_with_intermediate_binding#m: Not detected |
| 388 | +./examples/docs/methods/limitations/factory_fun_indir/factory_fun_indir.ml:8: random_factory#m |
| 389 | + |
377 | 390 | ./examples/using_dune/preprocessed_lib/preprocessed.mli:6: immediate#unused |
378 | 391 | ./examples/using_dune/preprocessed_lib/preprocessed_no_intf.ml:12: immediate#unused |
379 | 392 |
|
@@ -444,6 +457,10 @@ Nothing else to report in this section |
444 | 457 | ./examples/docs/methods/code_constructs/constructor/constructor_lib.mli:2: int_stack#pop |
445 | 458 | ./examples/docs/methods/code_constructs/constructor/constructor_lib.mli:2: int_stack#push |
446 | 459 |
|
| 460 | +./examples/docs/methods/code_constructs/factory_fun/factory_fun_lib.mli:2: get_stack#peek |
| 461 | +./examples/docs/methods/code_constructs/factory_fun/factory_fun_lib.mli:2: get_stack#pop |
| 462 | +./examples/docs/methods/code_constructs/factory_fun/factory_fun_lib.mli:2: get_stack#push |
| 463 | + |
447 | 464 | ./examples/docs/methods/code_constructs/immediate_object/immediate_object_lib.mli:2: int_stack#peek |
448 | 465 | ./examples/docs/methods/code_constructs/immediate_object/immediate_object_lib.mli:2: int_stack#pop |
449 | 466 | ./examples/docs/methods/code_constructs/immediate_object/immediate_object_lib.mli:2: int_stack#push |
@@ -958,6 +975,9 @@ Nothing else to report in this section |
958 | 975 |
|
959 | 976 | ./examples/docs/exported_values/limitations/sigincl/sigincl_lib.ml:9: unit pattern x |
960 | 977 |
|
| 978 | +./examples/docs/methods/limitations/factory_fun_indir/factory_fun_indir.ml:3: let x = ... in x (=> useless binding) |
| 979 | +./examples/docs/methods/limitations/factory_fun_indir/factory_fun_indir.ml:12: let x = ... in x (=> useless binding) |
| 980 | + |
961 | 981 | ./examples/using_dune/preprocessed_lib/preprocessed.ml:83: let () = ... in ... (=> use sequence) |
962 | 982 | ./examples/using_dune/preprocessed_lib/preprocessed.ml:83: unit pattern unit_binding |
963 | 983 | ./examples/using_dune/preprocessed_lib/preprocessed.ml:84: val f: ... -> (... -> ?_:_ -> ...) -> ... |
@@ -1005,7 +1025,7 @@ Nothing else to report in this section |
1005 | 1025 | -------------------------------------------------------------------------------- |
1006 | 1026 |
|
1007 | 1027 |
|
1008 | | -Total: 857 |
1009 | | -Success: 850 |
1010 | | -Failed: 7 |
1011 | | -Ratio: 99.1831971995% |
| 1028 | +Total: 870 |
| 1029 | +Success: 862 |
| 1030 | +Failed: 8 |
| 1031 | +Ratio: 99.0804597701% |
0 commit comments