Duplicate code detection across OCaml packages
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.

+3 -4
+1 -2
dune-project
··· 27 27 fpath 28 28 bos 29 29 re 30 - jsont 31 - memtrace)) 30 + json memtrace))
+1 -1
dupfind.opam
··· 20 20 "fpath" 21 21 "bos" 22 22 "re" 23 - "jsont" 23 + "json" 24 24 "memtrace" 25 25 "odoc" {with-doc} 26 26 ]
+1 -1
lib/dune
··· 1 1 (library 2 2 (name dupfind) 3 3 (public_name dupfind) 4 - (libraries compiler-libs.common eio logs vlog fmt fpath bos re jsont tty)) 4 + (libraries compiler-libs.common eio logs vlog fmt fpath bos re json tty))