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

Configure Feed

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

claude: complete Err -> Error module rename across call sites

Follow up to the module rename: update the remaining callers that
still referenced [Err] (library [claude.ml{,i}], [client.ml], the test
driver [test.ml]), and fix one stray [^ e] string concatenation in
hermest's CLI that needed [Json.Error.to_string e] now that
[Json.of_string] yields a structured error.

-5
-1
eio/tests/dune
··· 18 18 (test 19 19 (name test) 20 20 (package tls-eio) 21 - (modules test test_x509_eio) 22 21 (libraries tls-eio alcotest))
-1
eio/tests/fuzz/dune
··· 11 11 12 12 (executable 13 13 (name fuzz) 14 - (modules fuzz fuzz_tls) 15 14 (libraries alcobar tls-eio eio.mock logs logs.fmt crypto-rng test_helpers)) 16 15 17 16 (rule
-1
fuzz/dune
··· 1 1 (executable 2 2 (name fuzz) 3 - (modules fuzz fuzz_tls) 4 3 (libraries tls alcobar)) 5 4 6 5 (rule
-1
test/eio/dune
··· 1 1 (test 2 2 (name test) 3 3 (package tls-eio) 4 - (modules test test_tls_eio) 5 4 (libraries 6 5 tls-eio 7 6 alcotest
-1
test/helpers/dune
··· 1 1 (library 2 2 (name test_helpers) 3 3 (wrapped false) 4 - (modules test_helpers mock_rng mock_socket) 5 4 (libraries tls alcotest crypto-rng crypto-rng.unix eio ohex domain-name))