Uh oh!
There was an error while loading. Please reload this page.
update char signess for openbsd - #92061
Conversation
rust-highfive
commented
Dec 18, 2021
(rust-highfive has picked a reviewer for you, use r? to override) |
semarie
commented
Jan 6, 2022
ping ? |
bors
commented
Jan 28, 2022
☔ The latest upstream changes (presumably #93390) made this pull request unmergeable. Please resolve the merge conflicts. |
semarie
commented
Jan 28, 2022
updated commit after #91641 |
bors
commented
Jan 29, 2022
☔ The latest upstream changes (presumably #93351) made this pull request unmergeable. Please resolve the merge conflicts. |
semarie
commented
Jan 29, 2022
updated commit after #93351 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
the CI failure doesn't seems related. Lot of others CI actions (without my changes) are failing the same way. See #93384 |
semarie
commented
Feb 16, 2022
ping ? |
bors
commented
Mar 2, 2022
☔ The latest upstream changes (presumably #94514) made this pull request unmergeable. Please resolve the merge conflicts. |
adds more archs for openbsd: arm, mips64, powerpc, powerpc64, and riscv64.
semarie
commented
Mar 2, 2022
updated commit after #94503 |
I don't know OpenBSD (and I don't think other reviewers do either), but this seems reasonable given that it matches the same architecture list for other target OSes. On the assumption that this is likely to remain true, could you just merge this list with the one for r=me with that change. |
semarie
commented
Mar 2, 2022
I manually checked the char signess for all the platforms, or by directly check on the hardware, or with clang (and crosscompilation). Technically, there is no requirement for char signess to be the same, but as it is the case currently, I will merge them. |
semarie
commented
Mar 2, 2022
I have merged freebsd and openbsd definition. |
joshtriplett
commented
Mar 2, 2022
@bors r+ |
bors
commented
Mar 2, 2022
📌 Commit fa8e1be has been approved by |
update char signess for openbsd it adds more archs support for openbsd: arm, mips64, powerpc, powerpc64, and riscv64.
update char signess for openbsd it adds more archs support for openbsd: arm, mips64, powerpc, powerpc64, and riscv64.
update char signess for openbsd it adds more archs support for openbsd: arm, mips64, powerpc, powerpc64, and riscv64.
update char signess for openbsd it adds more archs support for openbsd: arm, mips64, powerpc, powerpc64, and riscv64.
update char signess for openbsd it adds more archs support for openbsd: arm, mips64, powerpc, powerpc64, and riscv64.
Rollup of 9 pull requests Successful merges: - rust-lang#92061 (update char signess for openbsd) - rust-lang#93072 (Compatible variants suggestion with desugaring) - rust-lang#93354 (Add documentation about `BorrowedFd::to_owned`.) - rust-lang#93663 (Rename `BorrowedFd::borrow_raw_fd` to `BorrowedFd::borrow_raw`.) - rust-lang#94375 (Adt copy suggestions) - rust-lang#94433 (Improve allowness of the unexpected_cfgs lint) - rust-lang#94499 (Documentation was missed when demoting Windows XP to no_std only) - rust-lang#94505 (Restore the local filter on mono item sorting) - rust-lang#94529 (Unused doc comments blocks) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
it adds more archs support for openbsd: arm, mips64, powerpc, powerpc64, and riscv64.