wieDasDing

Results 57 comments of wieDasDing

Yes, does. I have taken the idea from [here](/travis-ci/container-example) to build the `protoc` on Travis-CI. In [this pull request](/SpinResearch/merkle.rs/pull/38), I cache the `protoc` result to speed up future builds. The...

I have a small idea. Maybe we can use `protoc_rust` to trans-compile `.proto` schemata into Rust sources inside the `build.rs` file, so that they are re-generated every time it is...

Currently, the workaround is by wrapping the service from `tower_hyper` and inside `impl Service` using `BoxBody::map_from` for `fn call`.

Currently I am trying to use `tokio::net::UnixStream` as the transport. It is first wrapped into a `hyper` client by `impl hyper::client::connect::Connect`, and lifted into a `tokio_hyper` client. Note that a...

`./x.py test src/tools/miri` is now passing again after this change. You may try it out.

@oli-obk Thank you! I have added that test mentioned in the #101410 thread. I have tentatively selected `mir_map` which is hopefully very close to the original MIR generated. Please advise...

@est31 branch rebased with the test case from #101932 cc @oli-obk for the relevant changes.

Hold up. I need to add those tests. :rofl:

There are a few unresolved design details pending discussion. For instance, if a stream is updated with a multi-doc, should `benthos` yank the the original _single_ stream?