upstream: https://github.com/mirage/ocaml-mbr
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.

+1 -4
-1
c/dune
··· 1 1 (executable 2 2 (name gen) 3 - (modules gen) 4 3 (libraries mbr wire.3d)) 5 4 6 5 (rule
-1
fuzz/dune
··· 5 5 6 6 (executable 7 7 (name fuzz) 8 - (modules fuzz fuzz_mbr) 9 8 (libraries mbr alcobar)) 10 9 11 10 (rule
+1 -2
lib/dune
··· 1 1 (library 2 2 (public_name mbr) 3 3 (name mbr) 4 - (libraries bytesrw fmt wire) 5 - (modules mbr)) 4 + (libraries bytesrw fmt wire))