Results 59 issues of 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...

Status-New

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...

Priority-Medium
Type-Defect
Status-New

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" ```

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...