-
Notifications
You must be signed in to change notification settings - Fork 12
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
Install Process #6
Comments
Hi, thanks for giving This is a temporary issue that I will resolve soon. Until then, if you go in the Let me know if you run into anything else. I will update the README to make the installation process smoother in the future. |
Sorry, there's another uncommitted dependency (because the code organization isn't quite finished), so fixing I will fix this tonight and ensure |
This commit adds logic to gracefully handle the new internal reflect.Value structure on tip as of golang commit 82f48826c6c7 as well as the internal reflect.Value flag bit changes as of golang commit 90a7c3c86944. It accomplishes this by doing some inspection at init time and choosing the appropriate offsets and flag positions accordingly. There was some previous logic which dealt with a similar issue for golang commit ecccf07e7f9d. However, since the more recent commits essentially reverted the change and also modify the flag bit positions, it made more sense to rework the detection logic. In particular, the new logic examines the size of the reflect.Value struct to determine the difference and extracts the kind from the flags to determine if the flags have been changed. As a result, this commit allows spew to work properly with tip all the back to Go 1.0.
Okay, I've resolved one of two blockers:
One more to go. |
Sorry this took so long, but it should be fixed and you should able to install Please let me know if the issue is fixed and any other thoughts you may have. |
I've added a Travis build check so this should happen less in the future. |
I get a "cannot find package" error went I try to get.
when I got to github.com/shurcooL/go-goon/ I don't really see anything that would fit the bypass description.
The text was updated successfully, but these errors were encountered: