Nicolas Jeannerod

Results 94 comments of Nicolas Jeannerod

I can't reproduce that anymore. @yurug can you confirm and close the issue if that's indeed the case?

@treinen @yurug Can you reproduce?

Judging by the logs, it seems that the problem occurs in OCaml's standard library. Would that be a problem from OCaml on that architecture? Have you ever compiled something else...

Hum, this seems to be related to the JSON. With `morbig --as simple`, this takes much longer (I have to go to 60k lines before reaching the Stack Overflow). With...

Yes I can, on the same computer. Maybe we have different stack sizes?

Hum, no, even when creating a switch from scratch, OPAM goes for Yojson 1.5.0

But this is, I believe, something in Yojson. I don't think that we can do much about it. Le 28 mars 2019 10:19:31 GMT+01:00, "Yann Régis Gianas" a écrit :...

So it would seem. The problem lies then in our dependencies that force Yojson to remain in 1.5.0. Le 28 mars 2019 10:25:11 GMT+01:00, "Yann Régis Gianas" a écrit :...

Yet an other deriver? Otherwise, I used ppx_protocol_conv for some time. It is also what we use in CoLiS-Language for Yaml. Le 28 mars 2019 10:40:31 GMT+01:00, "Yann Régis Gianas"...

I know how to do this, I use it quite often. However, an other way would simply be to ask `ppx_deriving_yojson` to update their dependencies.