Alex Knauth
Alex Knauth
I am also trying to use `time-compat` via Nix on WSL, and I am running into the same clock resolution test failures. I've tried building both normally and with `cachix...
How should I supply the new `fixWSL2` flag when building this?
The examples of unpredictable behavior don't always happen. I don't know exactly what causes the contents to be non-zero, but I suspect it has something to do with the interactions...
> So somehow your returned vector contains garbage? If so, then vyzo's solution wouldn't change a thing. What do you mean? The returned vector will only contain garbage if the...
It's happened to me on 1-element vectors through 32-element u8vectors, but I can't always reproduce the non-zero contents in self-contained toy examples.
For a temporary workaround until the next release, you can pin the repository: https://github.com/ocaml-ppx/ppx_deriving_yojson/issues/93#issuecomment-460398487
Now that https://github.com/ocaml/opam-repository/pull/14259 is in and version 3.4 is released on Opam, is this issue resolved?
I like the idea of being able to configure this, but it kind of bothers me that it requires the macro to be defined in the phase 1 scope instead...
Would it be better to expand into something like `(make-variable-like-transformer #'(#%var x : T))`, where `#%var` can be a normal macro bound at phase 0? The question is whether my...
Update: I tested using a `#%var-assign` macro to attach the `orig-binding` property, and I was right, the hygiene got in the way and the original scopes were lost.