Streaming opam file codec for OCaml
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.

-11
-1
lib/dune
··· 1 1 (library 2 2 (name opam) 3 3 (public_name opam) 4 - (modules opam value codec lexer parser printer opam_error) 5 4 (libraries 6 5 fmt 7 6 (re_export loc)))
-10
test/dune
··· 1 1 (test 2 2 (name test) 3 - (modules 4 - test 5 - test_value 6 - test_codec 7 - test_lexer 8 - test_parser 9 - test_printer 10 - test_opam 11 - test_opam_error 12 - test_opam_bytesrw) 13 3 (libraries opam opam.bytesrw alcotest))