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

Upgrade x/tools to v0.20.0 #3

Merged
merged 1 commit into from
May 7, 2024
Merged

Upgrade x/tools to v0.20.0 #3

merged 1 commit into from
May 7, 2024

Conversation

mhotan
Copy link
Collaborator

@mhotan mhotan commented May 5, 2024

Earlier versions of x/tools mishandles a NilPointer exception surfaced by underlying types.StdSizes dependency. Upgrade removes this dependency.

  • Upgrade to later version of x/tools that does not depend on StdSizes.
  • Dependency on StdSizes introduces fragility in client libraries that
    introduces risk of Nil pointer exceptions

Related bugs and issues:

* Upgrade to later version of x/tools that does not depend on StdSizes.
* Dependency on StdSizes introduces fragility in client libraries that
  introduces risk of Nil pointer exceptions

Related bugs and issues:
* golang/go#62167
* https://go-review.googlesource.com/c/tools/+/516917
@mhotan mhotan merged commit 4d0a989 into master May 7, 2024
@mhotan mhotan deleted the upgradetools2 branch May 7, 2024 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants