Paolo Donadeo

Results 26 comments of Paolo Donadeo

I can confirm the same bug in a similar environment but using caqti + Async. My stack trace is also very similar: ``` (gdb) bt #0 0x00000000000010f7 in ?? ()...

Adding random info for @mmottl: doing a very quick test I cannot reproduce the bug with the previous version, 4.5.2. Unfortunately I can't provide a minimal test case in this...

I'm sorry for the delay but I'm having a very busy period. From this weekend I will be in vacation for one week and I'm going to work for a...

@whitequark thanks for your suggestion but something is going wrong: ``` File "src/configuration.ml", line 11, characters 45-59: Error: Attribute `yojson.default' was not used ``` Any ideas? Maybe the culprit is...

@whitequark nope, same error as before :sweat_smile: ``` File "src/configuration.ml", line 11, characters 45-68: Error: Attribute `deriving.yojson.default' was not used ```

Thanks @whitequark. It's not urgent for me, I can happily live with version 4.1 for a while. Do you need a minimal code that stimulate this issue?

New OPAM switch: ``` $ opam switch --alias-of=4.04.1 4.04.1-ISSUE-148 $ opam install core ppx_deriving ppx_deriving_yojson ``` `main.ml`: ```ocaml open Core type person = { first_name : string; last_name : string;...

Ah, very simple: I have a Pro license :sweat_smile: And the list is sorted in my latest commit.

Thanks @didier-wenzek. The problem is that I never dug into the ppx world so I can't reply to @psteckler.