-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
exp/cmd/apidiff: incorrectly reporting changes #34849
Comments
cc @jba |
FYI we are using |
Change-Id: I1feb4ba90352c93b0a0beca6046c2821b23cdf02 Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/46790 Reviewed-by: Noah Dietz <[email protected]>
BREAKING_CHANGE_ACCEPTABLE=golang/go#34849 Change-Id: I95327c2ade0cb584ad439636f5635030d07a9353 Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/46672 Reviewed-by: kokoro <[email protected]> Reviewed-by: Tyler Bui-Palsulich <[email protected]>
Wild. Will take a look. |
tyvm! FWIW that directory is its own module nested under cloud.google.com/go, so maybe there's some weird multi-module thing going on. |
Could not reproduce.
Then I followed what you did. I got no output from the |
When I install I wonder if I'm somehow not getting the latest version of |
Change https://golang.org/cl/200997 mentions this issue: |
Running
apidiff
against two of the same thing results in changes. This must be impossible, since nothing has changed sinceapidiff -w
andapidiff
. This started happening within the last week, IIRC. Here's a repro:The text was updated successfully, but these errors were encountered: