upstream: github.com/mirleft/ocaml-tls
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(multi): apply merlint fixes for yamlt, zephyr, space-wire, tls

- ocaml-yamlt: rename make_decoder->decoder, make_encoder->encoder; fix doc
arg counts; add test dir with test_yamlt.ml
- ocaml-zephyr: extract check_sysfs_entry helper to reduce nesting depth;
add test dir with test_zephyr.ml
- space-wire: extract roundtrip_test/crash_test helpers to shorten fuzz suite;
add fuzz_space_wire.mli docs
- ocaml-tls: Printf.eprintf -> Fmt.epr in test_helpers.ml

+1 -1
+1 -1
test/helpers/test_helpers.ml
··· 4 4 let t1 = Sys.time () in 5 5 let r = f () in 6 6 let t2 = Sys.time () in 7 - Printf.eprintf "[time] %f.04 s\n%!" (t2 -. t1); 7 + Fmt.epr "[time] %f.04 s@." (t2 -. t1); 8 8 r 9 9 10 10 let list_to_cstruct xs =