Jens Reimann
Jens Reimann
> Adding another router support makes the hardest issue in IT even harder: Naming. There's a simple solution to that, using UUIDs. However, humans seem to have problem with that...
> That doesn't answer a namespacing issue though, would current state with two preludes be acceptable for you? Absolutely.
> One thing that struck my eyes in the issue is "a random architecture". @ctron can you elaborate what you mean by "random"? I am unaware of any randomness. The...
Thanks for the PR. I guess this could be a valuable addition. There are two things: * I think it would make sense doing a quick check/proof on how much...
Sure, let me take a look and fix those issues. > who cares what format is being used for a given test. I do, the default format of tracing feels...
> Please also revert spurious formatting changes. They seem to come from running `cargo fmt`. That isn't to be used?
Fixed the issue with `cargo check --tests --no-default-features --features=trace`. Also reverted the changes from `cargo fmt`.
> Fixed the issue with `cargo check --tests --no-default-features --features=trace`. That change only fixed it for the command line. Not for a dependency. I'll need to take another look.
> > Fixed the issue with `cargo check --tests --no-default-features --features=trace`. > > That change only fixed it for the command line. Not for a dependency. I'll need to take...
Interesting idea. Could you come up with a PR for that?