Anton Bachin
Anton Bachin
I've posted the comparison [here](https://discuss.ocaml.org/t/overview-of-libraries-for-showing-ocaml-values/12076) and a gist showing these libraries in action is [here](https://gist.github.com/aantron/a65098b0febb3ac34cb63ea9285d9316#file-test-ml).
The basic flash example seems to work with `cookie_sessions`, at least for me locally. Could you provide an example that can be compiled, to observe this issue?
Looks like the flash message cookie is transmitted with a `Path=/set` attribute if `**` is used. That seems wrong but I'll have to look into why it's like that. At...
Looks nice to me right now!
Thanks for the heads up! I've fixed some incompatibilities in https://github.com/aantron/bisect_ppx/commit/9439ba71f1c138ca38229affa180ffef6aa3b978, but I'm currently left with: ``` λ make -C test/js full-test [...] > node ./lib/js/hello.js internal/modules/cjs/loader.js:818 throw err; ^...
There were several compiler errors that I fixed along the way. As I understood your message, the file should be at the same place, but there is probably some silent...
The issue was that ReScript no longer does anything with `.re` files, so there were no compilation units detected and thus no output.
The issue was not fixed by #7512 and shouldn't be closed only on the basis of #7512 being merged. - `install_c_headers` did not preserve paths. - Therefore, I [used](https://github.com/aantron/luv/blob/ccebbe847102a48d85f4b77f266dd578bdbc9e1a/src/c/dune#L46-L60) an...
Thank you! I haven't tried Bisect_ppx with ppx_inline_test. Will probably have to take a look at the details of how it works.
Thank you @midorishibukawa, @mooreryan, @mbarbin, @Blue-Berry! I used ppx_expect with Bisect in Dream without having to use `BiSECT_FILE`, but per @Blue-Berry's comment it appears that more recent versions of Dune...