Hi, could you please give me push access for that package, too ? Makes developping much easier.
On Sat, Jun 13, 2020 at 03:26:54PM +0100, Shayan Doust wrote: > File "common_src/number.ml", line 121, characters 16-34: > 121 | let compare = Pervasives.compare This one is easy (and is only a warning). I have a patch for that. > ^^^^^^^^^^^^^^^^^^ > File "common_src/ppatteries.ml", line 64, characters 50-60: > 64 | let csv_out_channel ch = new IO.out_channel ch |> to_csv_out > ^^^^^^^^^^ > Error: This expression has type Might just need a replacement of some occurrences of type string to type byte. I'll try to have a look. -Ralf.

