Tim Diekmann

Results 73 comments of Tim Diekmann

@Wodann > I like [...] this API Nice to hear! I have posted a proposal to [wg-allocators](https://github.com/rust-lang/wg-allocators). - _`BuildAllocRef::build_alloc_ref`:_ As `BuildAllocRef` should act similiary to `BuildHasher` and is probably implemented...

What do you mean by coexisting both `Box` types from `std` and (probably) `alloc_wg` (you wrote `alloc`)? A few days ago we had a small discussion at zulip about implementing...

There is an open PR https://github.com/rust-lang/rust/pull/65083 which allows unstable annotations to generics. This is basically the one thing blocking the alloc WG to push upstream.

This is great! Do you plan to also add `clippy`?

What exactly needs to be done to stabilize this? What questions has to be answered before?

Is there any update on this or a workaround?

I did some tests for all three toolchains, fully automated: Three jobs: - `env: TOOLCHAIN=stable` - `env: TOOLCHAIN=beta` - `env: TOOLCHAIN=nightly` First of all, it pulls the current image: ```...

Is there a limitation, how often an image can be pushed to the official repo? Is this done with `~/official-images/test/run.sh "$image"`?

Oh, automation would be hard then anyway, right?

Hi @viktor-evdokimov and thanks for opening this Pull Request. Could you post the steps you did in order to install HASH? It's required to run `yarn install` from the root...