barter-simsum

Results 11 comments of barter-simsum

I wouldn't put too much work into anything that adds a dependency on bazel or involves delving too much into the bazel build system. We have plans to eventually get...

@ilyakooo0 a secret third thing

This is actually happening in the `|pack` that precedes migration -- which suggests random unexplained snapshot corruption as the cause. If it were happening in the migration logic and the...

It may be easier to avoid bazel altogether and just adopt the old Makefile vere used to the new repo structure

I welcome function renaming suggestions.

the compelling reason is getting rid of code duplication -- but perhaps that isn't sufficiently compelling. I would also prefer a basic logging interface and this is a step towards...

There is one semantic change which is that when running say `|mass`, 0 sized stuff will get printed, but I think this is preferable to not printing. It would certainly...

> I'm happy to approve a PR with just the first commit to start. Then we can open another one for a refactor. Does that sound good? eh I say...

@mcevoypeter @matthew-levan Side note: why are external dependencies like sigsegv, openssl, h2o, etc. specified like local dependencies. Can we include these third party dependencies like system headers instead? Take `vere/main.c`...