Anton Bachin

Results 662 comments of Anton Bachin

Hyper is already modularized so that all the code containing the `connect` function is in a lower-level module, indeed it is called `connect.ml` at the moment. As already mentioned, Hyper...

#302 was just released in [Dream 1.0.0~alpha6](https://github.com/aantron/dream/releases/tag/1.0.0-alpha6), which is now installable from opam.

Thanks for the kick and to @hypirion for offering a workaround command. @hannesm I got bogged down in some issues related to multicore, but I decided to rest, just maintain...

Thanks, this is sufficient for my purposes for the time being :)

Thanks for the ping :) Coincidentally, I just opened https://github.com/aantron/promise/issues/52 about async/await using the new `let` in `Promise` about this, at prompting of @mrmurphy.

> Perhaps you find the cost of adding such tests outweighs the potential benefits, > considering the risk that such improvements might not be feasible? If you prefer > we...

> Consider the following example: > > ```diff > -| if cond then raise Not_found > +| if cond then raise_s [%sexp "Key not found", { key : Key.t}] >...

> Understood. I am more accustomed to first publishing tests and then reviewing > changes in subsequent updates. However, I'm more than willing to adapt as > necessary. I'll transition...

> Both examples include a case where the branches are post-instrumented (shown first) and a case where they are not (shown second). Bisect does not post-instrument tail calls, because that...

> However, I'm still unclear about the benefit of this approach in branches > (if-then-else and match). The post-instrumentation of application expressions is orthogonal to whether they are in `if`...