shym

Results 100 comments of shym

I can reproduce it, I don’t really what happened last time :thinking: Adding `\]}` to possible end tokens for `ocamlTypeDef` and `ocamlTypeDefAnd` fixes a few `type` examples for me. Now...

We’ve pushed an update that fixes the bug in which a single `(*` opens two `ocamlComment` scopes. We’ve also updated the syntax so that documentation is accepted where comments are....

> I confirm this now works fine :) We’re making progress, great! Unfortunately, we already found a bug :-( In the OCaml code: ```ocaml module Make (X: sig end) =...

First of all, thanks a lot for your very thorough review! I hope we didn’t miss anything, as we took so much time to address it. > I have finally...

Thank you for your review! I wasn’t sure about the best way to test this behaviour. I have added such a possible test, where the empty directory is explicitly created...

As `QCheck.Print.tup`_n_ are defined up to 9 only, I wondered whether it’s worth the effort of generating them rather than writing them once and for all. (We might still be...

Another point of interest, related but maybe involving something else: the Dynlink test on Cygwin can end up abruptly (like a segfault) but reporting no error (`$?` is 0). There...

Observed on a MSVC-restoring branch (so on current trunk): https://github.com/shym/multicoretests/actions/runs/7169794449/job/19520999732#step:17:92 ``` random seed: 529644456 generated error fail pass / total time test name [ ] 0 0 0 0 /...

Error `-1073740791` seems to happen very consistently on the MSVC port, the latest instance being: ``` random seed: 405994358 generated error fail pass / total time test name [ ]...

Debugging this further, it seems that the `0xC0000409` errors I saw on the MSVC port where caused by the `abort` as tracked in #428. So it would be two different...