OCaml implementation of the Mozilla Public Suffix service
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.

-2
-1
gen/dune
··· 1 1 (executable 2 2 (name gen_psl) 3 - (modules gen_psl) 4 3 (libraries re punycode fmt)) 5 4 6 5 (rule
-1
test/dune
··· 1 1 (test 2 2 (name test_publicsuffix) 3 - (modules test_publicsuffix) 4 3 (libraries publicsuffix alcotest))