Konstantin A. Olkhovskiy

Results 179 comments of Konstantin A. Olkhovskiy

To compare, 0.7 uses less that 100MB of ram for the same codebase and runs much faster.

Cool, I'll give it a try when I get back to the project that uses amulet. Thanks!

Yeah, I already worked around exactly the way you suggest :)

BUILD_PATH_PREFIX_MAP MR is merged, isn't that feature sufficient to solve relocation? opam-bin-cache.sh just needs to maintain this prefix map and export it down to the individual package building environment? I've...

Indeed, there is human-oriented pretty-printing, that's what I'm currently using. But alcotest gives me `"expected %s, got %s."` style of output, which makes it hard to spot the difference even...

I can come up with my own check function, that compares sexps, and if they differ, pretty print those and run patdiff, which will just produce diff to stdout (even...

Textual diff of `pp` should be good enough, may be with ability to pass custom diff tool via options/environment/config files akin to what git does when user asks to show...

The more I think about it, the more I realise that support for expect tests similar to ppx_expect directly in alcotest would be awesome. Alcotest is already capturing output, and...

It really depends on the size of the output. When it's relatively small it might be more readable inline with the test case itself, if it's AST dump, it makes...

The next ask would be a way to promote the new outcome as the correct one :) We've ended up with the following: some `[%test.id]` extension gets expanded to test...