Mingun

Results 662 comments of Mingun

Time passes and I again want to appeal to people with PR merger rights (can we have the list of these people anywhere?). Unfortunately, the number of requests and PR...

Not all problems related to serde_derive and not all of them can be solved without changing core serde traits. This is especially applicable to various model transformation derives, such as...

To help moving this question forward I [created](https://github.com/rustsec/advisory-db/pull/2334) an unmaintained advisory in RustSec repository.

> IMO `serde_derive` being in "maintenance mode" is not the same as it being "unmaintained." I do not see any maintenance related to specifically `serde_derive`. That just words which does...

What is critical bug in derive crate? When the hard drive are formating during compiling? Something less destructive, like #2520, is not enough? As I understand "maintenance mode", the authors...

> Also as stated many times: the way to speed up serde reviews and merges is to make crater-at-home support branches of a crate being tested against all of crates.io...

> Yea we could land the test PRs, but iirc there were some open that depended on changes to serde-test which has since been deprecated so I have no idea...

This PR does not conflicts with #2608, because changed files not moved in #2608, it has pretty obvious test case and reproduction example, so is it seems it shouldn't take...

Strange, but order of implementations shown in [failed run](https://github.com/serde-rs/serde/actions/runs/5784133307/job/15674235243?pr=2558) is different from my (my removed, GitHub runner added): ```diff = help: the following other types implement trait `Serializer`: - FlatMapSerializer...

Probably the order of suggested implementations is heavy dependent on rustc version. With rustc 1.82.0-nightly (fbccf5053 2024-07-27) the local output is the same as at GitHub.