-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try fixing bigendian metadata serialisation #41666
Conversation
I compiled this on PPC to check and it seems to work, but not sure whether I didn't mess up anything in a major way. Maybe a good shot at rust-lang#41443
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 54de274 has been approved by |
Try fixing bigendian metadata serialisation I compiled this on PPC to check and it seems to work, but not sure whether I didn't mess up anything in a major way. Maybe a good shot at #41443 The easiest way to *really* test this is to land the patch (a high priority would be good, since I quite literally am just twiddling my thumbs on this now), wait for nightly, and, if the nightly works, backport this to beta.
☀️ Test successful - status-appveyor, status-travis |
🎉 |
Confirming the relevant issue as fixed. |
Are you backporting this to beta? I guess we need someone to agree on |
We’ll discuss accepting this for backport on Thursday’s compiler team meeting. |
I'd be in favor of backporting; small patch. I've not looked deeply at the other side to confirm it's correct, but since nothing has fallen over, and it was tested, I'm assuming it is. =) cc @rust-lang/compiler |
I went ahead and marked as accepted since today is a "focus" mtg. If anyone objects, feel free to leave a comment! |
+1 for backporting |
[beta] backports - #41666 - #41578 - #41548 - #41529 r? @alexcrichton
I compiled this on PPC to check and it seems to work, but not sure whether I didn't mess up
anything in a major way.
Maybe a good shot at #41443
The easiest way to really test this is to land the patch (a high priority would be good, since I quite literally am just twiddling my thumbs on this now), wait for nightly, and, if the nightly works, backport this to beta.