Zach Baylin

Results 40 comments of Zach Baylin

I assume master, because this is what I have in my `shards.yaml`: ```yaml dependencies: crecto: github: fridgerator/crecto ```

I set the version to be 0.8.6 but the error still persists

I can also confirm it has to do with the Array part of the insertion. If I remove that, the method completes normally.

My column data type is `int[]`

Ok I have fixed it (for now) by changing my datat type to `bigint[]`. I will leave it up to @fridgerator if this issue should be closed or not because...

I'm getting the same issue with the vscode-ocaml-platform extension. @Minnozz is that the extension you're using as well?

Sorry to revive a dead thread, but in case anyone else has this issue I think it's worth sharing. This error will also be shown if you reach the kernel's...

Interestingly, this seems like it might be a bug in `ppxlib`. The backtrace looks like: ``` * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=257, address=0x7a2f73726573552f) * frame...

Okay not as sure about that anymore, it might have just been a faulty llvm trace -- `caml_call_gc + 352` doesn't seem to point anywhere useful. The `natdynlink` stuff though...

Update: I didn't realize when I made this issue that version constraints in my local switch forced me to use `1.15.1-4.14`. Upgrading to 1.16.2 _seems_ to fix the issue, but...