Anton Bachin

Results 662 comments of Anton Bachin

Ah. It's also a dependency through Dream (through http/af), among, probably, other paths.

Is Bisect_ppx applied to the dynamic libraries when they are compiled (preprocessed, actually)? I think Bisect should support dynamic libraries, as long as they are also compiled with Bisect enabled....

Thank you! I downloaded the project and ran it with these commands: ``` rm -rf *.coverage dune build --root . --instrument-with bisect_ppx _build/default/bin/main.exe _build/default/plugin/plugin.cmxs bisect-ppx-report html ``` This produced `*.coverage`...

Thank you all. It looks like it's best to undeprecate it, but probably also consider routing in more detail.

Great, thank you! Could you add little representative screenshots of what the HTML coverage report looks like for each of the templaters?

Could it be written as a library, which we could link to from the Dream repo/sites? The reason I am asking is because I am concerned about picking up a...

Great, looking forward to that!

On the contrary they are written in such a way as to let you plug in another back end, like Redis.

Not at the moment. An early version of Dream, when I was still developing it, before publishing, had the hooks for users to bind their own backends exposed, but they...

This should actually be simplified by transitioning to effects, as one of the issues was that I wanted to have as few of the operations as possible be promise-valued, but...