Andrew Brown
Andrew Brown
One other comment: my recollection is that we limit our clippy lints to allow or deny only because of the lack of visibility into warnings. My take is that, beyond...
Any suggestions on a clippy lint to enable to check the GitHub PR interaction?
I think what may be going on here is that, since warnings are upgraded to errors, the clippy task will just fail.
CI error should be fixed in #535.
> Won't this means that the version reported in the wasi-libc that is embedded in wasi-sdk is always at least one version behind because the building happens before the tagging?...
I'm not working on these currently... closing.
This makes sense; are you interested in adding these? (cc: @badeend, @dicej)
cc: @badeend, @dicej
@dicej, is this still an issue?
Well, the `list` would "overallocate" when used with smaller types and certain unaligned sizes (e.g. passing 42 bytes of `u8` would result in 6 extra bytes allocated... with zeroes?). This...