upstream: github.com/mirleft/ocaml-x509
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.

-4
-3
tests/custom_pp/custom_pp.ml
··· 3 3 4 4 let fido_u2f_transport_oid_name = "id-fido-u2f-ce-transports" 5 5 6 - type transport = 7 - [ `Bluetooth_classic | `Bluetooth_low_energy | `Usb | `Nfc | `Usb_internal ] 8 - 9 6 let pp_transport ppf = function 10 7 | `Bluetooth_classic -> Fmt.string ppf "BluetoothClassic" 11 8 | `Bluetooth_low_energy -> Fmt.string ppf "BluetoothLowEnergy"
-1
tests/custom_pp/dune
··· 1 1 (executable 2 2 (name custom_pp) 3 - (modules custom_pp) 4 3 (libraries x509 asn1-combinators fmt)) 5 4 6 5 (rule