Arseniy Alekseyev

Results 17 comments of Arseniy Alekseyev

I don't really understand the issue, and we're using `[@@deriving sexp]` on exceptions in Jane Street, so presumably the issue is solved in the modern world. I'm closing the issue....

Oh, well, I don't have permissions to close an issue here.

I suspect this `all_divide_and_conquer` will use log-limited stack space in both cases, by the way (even though it's probably slower than both): ``` module Make(M : Monad.S) : sig val...

I hate being the DCO police, but I won't be able to release this code publicly unless the patch is properly signed off. @kit-ty-kate, can you sign off your commits?...

We're both new to this process and I can confirm the links are broken. I don't think I'm confident enough to mess with things to try to update 0.14, but...

Sorry if this isn't exactly idiomatic or clean (in particular `long long` nanoseconds may be considered a code smell or non-portable?), but I thought I'd start somewhere. Basically, we have...

I keep finding more problems with this approach this PR is not solving. So far I fixed the way `utimes` family works, but I've ran into a fundamental limitation caused...

@wolfcw, thanks for the quick response and for your suggestions, and sorry for a storm of increasingly ad-hoc patches. I think tapering will be highly desired for us, after all,...

I don't want to rush to adding tracing that may be confusing and maybe not really solve the problem. Adding good tracing for internal computations is not trivial and I...

I don't understand the dune bootstrap process well enough to know how to fix that, but you can try bootstrapping without memtrace and then building with memtrace: ``` make dev...