Results 349 comments of Aria Desires

Author of thin-vec here: I always knew the checks on thin-vec were incorrect, hence my comment to this effect: https://github.com/Gankra/thin-vec/blob/05127f96717b1478b4ce2fa2fcae7ac86fb741e7/src/lib.rs#L339 This is 100% me being lazy and just saying "eugh,...

See also https://github.com/eqrion/cbindgen/issues/68, which might also make any annotations completely unnecessary.

Here's an unpublished test 0.15.0 release: https://github.com/Gankra/rust-minidump/releases/tag/v0.15.0

Currently the tarballs just contain the binary but [we could add files like READMES and LICENSES if folks find that useful](https://github.com/taiki-e/upload-rust-binary-action#example-workflow-include-additional-files).

# Experience Report for Combining cargo-release and taiki-e's CI Actions rust-minidump is a workspace with about 6 crates and some idiosynchrocies: * **Structure**: Most crates are libraries but one of...

> There is a [setting to enable this](https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md#prepost-release-replacements). Ah dope, genuinely happy to know I was just failing to RTFM here and that there isn't some complicated feature work to...

I'm having trouble reproducing this. Can you provide a standalone project I can build, and/or specify what platform you're targeting? Also interestingly in the bare repr(C) case our codegen is...

context: a lot of code randomly traffics in webrender types, but doesn't care about the actual WR API. It would be nice if API changes didn't make us rebuild all...

also it's fine that such a header would include auto-generated methods like ctors/dtors/operators. those presumably only change in lockstep with the type, so you need to rebuild the world anyway.

I think you have it backwards? The function signatures one would include the types header and be effectively the same as today's header. But it would be nice to have...