Skip to content
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

Revert "Handle pointers that are now integers in Go 1.10 (fixes #135)" #143

Merged
merged 1 commit into from
Feb 3, 2018
Merged

Conversation

calmh
Copy link
Contributor

@calmh calmh commented Feb 3, 2018

The thing I did to fix compatibility for Go 1.10 has been changed again on the Go tree since. To actually build with go1.10rc1 we need to revert my thing. Sorry.

This reverts commit ff2d4d2.

@rjeczalik
Copy link
Owner

has been changed again on the Go tree since

Interesting, I did not follow changes in Go recently. Out of curiosity, do you have a reference for the change you mention?

@calmh
Copy link
Contributor Author

calmh commented Feb 3, 2018

I don't, I just noticed that 1.10 RC1 gave me the opposite problem that I fixed for 1.10 beta-something... But we should have that noted here somewhere so let me dig a little

@calmh
Copy link
Contributor Author

calmh commented Feb 3, 2018

I think the latest relevant change is golang/go@d162a297ed

I can't say I fully understand it, but I feel like what happened was the initial breakage in 1.10 beta1 was inadvertent and I was premature in fixing it... It would be spectacular if this changed again after 1.10 rc1

@rjeczalik
Copy link
Owner

@calmh Could you rebase with master please?

@calmh
Copy link
Contributor Author

calmh commented Feb 3, 2018

Done. Travis failure looks unrelated

@rjeczalik rjeczalik merged commit c31e5f2 into rjeczalik:master Feb 3, 2018
@rjeczalik
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants