CCSDS 521.0-B-1 Mission Operations Message Abstraction Layer (MAL)
0
fork

Configure Feed

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

Fix build: docstrings, Fmt.str parens, OCI test split, stray syntax

- ocaml-cose/lib/cose.mli: add blank lines between val groups (warning 50)
- ocaml-mal/lib/mal.mli: same fix
- ocaml-rice/lib/rice.ml: remove stray ) after Fmt.invalid_arg
- ocaml-lfsr: remove stray ) in lib and test
- ocaml-idc: remove stray ) after Fmt.invalid_arg
- ocaml-aem, ocaml-adm, ocaml-opm, ocaml-tdm, ocaml-odm: fix Fmt.str
paren placement (args outside parens)
- ocaml-xmlt: fix bench/fuzz Fmt.str parens
- ocaml-oci/test/interop/registry: split into test_index.ml,
test_manifest.ml, test_config.ml with test.ml runner
- ocaml-gpt: exclude c/ dir (EverParse UINT64 pending)
- fmt dependency added to 11 coding packages

+5 -3
+5 -3
lib/mal.mli
··· 53 53 (** Duration in seconds and fractional picoseconds. *) 54 54 55 55 val pp_time : time Fmt.t 56 + 56 57 val pp_fine_time : fine_time Fmt.t 57 58 (** [pp_fine_time] formats a fine time value. *) 59 + 58 60 val pp_duration : duration Fmt.t 59 61 (** [pp_duration] formats a duration value. *) 60 62 ··· 338 340 body:blob -> 339 341 unit -> 340 342 header 341 - (** [header ~uri_from ~uri_to ~interaction_type ~stage ~transaction_id 342 - ~area ~service ~operation ~body ()] creates a header with default values 343 - for QoS, priority, domain, session, etc. *) 343 + (** [header ~uri_from ~uri_to ~interaction_type ~stage ~transaction_id ~area 344 + ~service ~operation ~body ()] creates a header with default values for QoS, 345 + priority, domain, session, etc. *) 344 346 345 347 val next_transaction_id : unit -> int64 346 348 (** [next_transaction_id ()] returns a fresh, globally unique transaction