Monorepo management for opam overlays
0
fork

Configure Feed

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

Fix cbort Obj streaming decoder: remove stale record fields

All 282 tests pass. Cbor.t only for Any codec and queries.

+2 -1
+2 -1
test/test_add.ml
··· 3 3 let test_module_alias () = 4 4 (* Verify the Add module alias is accessible *) 5 5 ignore 6 - (Monopam.Add.run : proc:_ -> fs:_ -> config:_ -> package:_ -> unit -> _) 6 + (Monopam.Add.run 7 + : sw:_ -> proc:_ -> fs:_ -> config:_ -> package:_ -> unit -> _) 7 8 8 9 let suite = 9 10 ("add", [ Alcotest.test_case "module alias" `Quick test_module_alias ])