RPMsg inter-partition messaging
0
fork

Configure Feed

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

Upgrade to ocamlformat 0.29.0; fix csvt/sexpt streaming; reformat

- Update .ocamlformat to 0.29.0 across all 591 files
- csvt: reuse single Buffer.t for field reads (no alloc per field)
- sexpt: Obj members decoded from stream into Dict, typed Variant GADT
- Reformat all source files for 0.29.0

+4 -4
+1 -1
.ocamlformat
··· 1 - version=0.28.1 1 + version = 0.29.0
+3 -3
test/test_rpmsg.ml
··· 128 128 let test_ctrl_open_fails_macos = 129 129 with_eio @@ fun () -> 130 130 if Sys.file_exists "/dev/rpmsg_ctrl0" then () 131 - else begin 132 - try 131 + else 132 + begin try 133 133 ignore (Rpmsg.Ctrl.open_ ()); 134 134 Alcotest.fail "should have raised" 135 135 with Unix.Unix_error (Unix.ENOENT, _, _) -> () 136 - end 136 + end 137 137 138 138 let suite = 139 139 ( "rpmsg",