ygrek
ygrek
Originally reported on Google Code with ID 11 ``` What steps will reproduce the problem? 1. Compile and run let x = object method input s pos len = raise...
Originally reported on Google Code with ID 5 ``` Just added : output_uchar : out_channel -> uchar -> unit which is useful with printf "%a", and "eof" which gives the...
I would expect a warning?
It appears extprot accepts message alias to message, but generates bad code. This possibility is not documented afaik, not sure if it should be fixed or forbidden, I stumbled on...
instead of ``` type x = int options "ocaml.type" = "Common.SomeId.t, Common.SomeId.inject, Common.SomeId.project" ``` we could have ``` type x = int options "ocaml.type" = "Common.SomeId.(t, inject, project" ```
see #24 for motivation
Imagine serialized data having some bug. For user-defined types it is possible to apply fix by providing proper `ocaml.type` "unserializer". For top-level messages it is possible to overshadow with custom...
to avoid `maybe` when extending