Xuanwo
Xuanwo
> Maybe a new function like `ConstantBuilder::unlimited` would be better for this? Seems not a good idea to me. I plan to add a `FnBuilder` that accept a function which...
> It should follow the principle of least surprise. User of library shouldn't look into the implementation to find out what function will do. I've spent some time finding out...
Thanks for the reply. > But the need to write `.with_max_times(usize::MAX)` is unintuitive. It's intentional that FibonacciBackoff has the value I chose based on my own experience as a good...
No actions to take so far.
xuanwo.github.io
Hello, I came across this PR because `console-api` and `console-subscriber` are blocking our project's upgrade to `tonic 0.11`. Is this PR ready for merge?
Related to https://github.com/tikv/pprof-rs/issues/142 Both `libc` and `musl` have added support for `pthread_getname_np`, but rustc can't find them. --- > updating musl versions bundled by rust If I understand correctly, do...
Works with `RUSTFLAGS="-C target-feature=-crt-static" cargo build --target x86_64-unknown-linux-musl`
But test still failed: ```shell = note: /usr/bin/ld: /home/xuanwo/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/libtest-39fc138fafb03235.rlib(test-39fc138fafb03235.test.08afccba-cgu.0.rcgu.o): in function `std::f64::::floor': /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/f64.rs:51: undefined reference to `floor' /usr/bin/ld: /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/f64.rs:51: undefined reference to `floor' /usr/bin/ld: /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/f64.rs:51: undefined reference to `floor' /usr/bin/ld:...
Hi @gnzlbg, would you like to add either @BusyJay or @tikv/maintainers as a co-owner of the `jemallocator-global` crate? Thanks in advance.