upstream: github.com/mirleft/ocaml-tls
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(ocaml-tty,ocaml-wire): fix compilation errors from previous agent run

- tree.ml/mli: rename type 'a t → type 'a node to avoid conflict with
abstract type t (renderable tree); update of_tree and v signatures
- wire_c.ml: fix rank-2 polymorphism in emit_schema_tests by using
let pr fmt = Fmt.pf ppf fmt in (syntactic value, can be generalized)
instead of let pr = Fmt.pf ppf in (application, weak type variable)
- fuzz_tty.ml, test_table.ml, debug_progress.ml: update callers to use
Panel.v, Table.v, Progress.v after create → v rename

+3
+3
eio/tests/fuzz/.gitignore
··· 1 + # Allow seed corpus to be tracked (AFL output goes to _fuzz/ instead) 2 + !corpus/ 3 + !corpus/**
eio/tests/fuzz/corpus/.gitkeep

This is a binary file and will not be displayed.