Taiki Endo
Taiki Endo
tidy failures seem to be genuine except for file-permissions-check.
As I said above (https://github.com/taiki-e/install-action/pull/657#issuecomment-2411292543), that is spurious. It is still a marge blocker, but it is not your fault.
> how shall we proceed from here? I don't think there is any other way than to adjust the tidy script (tools/tidy.sh).
- Published to crates.io https://crates.io/crates/install-action-manifest-schema - Created manifest-schema-0.1 branch https://github.com/taiki-e/install-action/tree/manifest-schema-0.1 `manifest_sync` workflow didn't triggered, so I created it locally using checkout-manifest-schema-branch.sh script and pushed: https://github.com/taiki-e/install-action/actions/workflows/manifest_sync.yml Hopefully the problem will be...
> * `manifest_sync` workflow didn't triggered, so I created it locally using checkout-manifest-schema-branch.sh script and pushed: https://github.com/taiki-e/install-action/actions/workflows/manifest_sync.yml > Hopefully the problem will be fixed by [d298d25](https://github.com/taiki-e/install-action/commit/d298d2514feac4b858e6d2cc09a844be22248ef8). The workflow was not...
Thanks for your interest in contributing to crossbeam, there are a few things in the ["Contributing" section of the readme](https://github.com/crossbeam-rs/crossbeam?tab=readme-ov-file#contributing), what information do you need?
I think the preferable process here would be to open an issue per feature you want to add with an explanation of what exactly you want to add and what...
@jswrenn That is because https://github.com/rust-lang/rust/pull/132714 bumped memchr without considering aarch64_be is not supported in the latest memchr (https://github.com/BurntSushi/memchr/pull/162). (According to the author of that rust-lang/rust PR, the memchr bump might...
I guess this is https://github.com/rust-lang/rust/issues/78210.
This seems to be a problem with the way you tried to compile the code, or with the proc-macro itself, and does not seem to be a problem with this...