-
Notifications
You must be signed in to change notification settings - Fork 707
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
ir: Handle *const T at the codegen level. #1312
Conversation
r? @fitzgen |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
Is this purely a refactoring, or are there new cases where we can Do the Right Thing? If the latter, then we should add some more test cases 👍
I had a feeling this may fix some odd cases of mixing const and non-const pointer... Since you insisted it I found a test-case and I just added it :) @bors-servo r=fitzgen |
📌 Commit 716d53b has been approved by |
ir: Handle *const T at the codegen level. Followup to #1311.
☀️ Test successful - status-travis |
Thanks for all the effort! However, I am wondering when we can expect a version bump with the recent changes. sodiumoxide/sodiumoxide#208 is actually waiting for an upstream release with these changes. |
Hi! Just published v0.37.0. Thank you!
…On 05/17/2018 06:14 PM, cynecx wrote:
Thanks for all the effort! However, I am wondering when we can expect a
version bump with the recent changes. sodiumoxide/sodiumoxide#208
<sodiumoxide/sodiumoxide#208> is actually
waiting for an upstream release with these changes.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1312 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABQwuvktLK9-MCxUUs0KNlHyuhJJwj4mks5tzaHTgaJpZM4T-LTM>.
|
Followup to #1311.