-
Notifications
You must be signed in to change notification settings - Fork 18.1k
go/types: gotypesalias missing calls to IncNonDefault #66216
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
Comments
Change https://go.dev/cl/570275 mentions this issue: |
A few recent godebugs are missing IncNonDefault uses. Test for that, so that people remember to do it. Filed bugs for the missing ones. For #66215. For #66216. For #66217. Change-Id: Ia3fd10fd108e1b003bb30a8bc2f83995c768fab6 Reviewed-on: https://go-review.googlesource.com/c/go/+/570275 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Damien Neil <[email protected]>
In triage we think this needs the attention of @griesemer and/or @findleyr? Please comment if I should redirect to someone else. Thanks. |
Change https://go.dev/cl/572575 mentions this issue: |
Change https://go.dev/cl/574737 mentions this issue: |
This issue was reviewed in the release meeting. Is there any status update to report on this issue? |
The CL above was reverted. Reopening. |
Change https://go.dev/cl/579936 mentions this issue: |
There is a new gotypesalias godebug but the corresponding monitoring is missing. gotypesalias.IncNonDefault needs to be called when program behavior changes from the default due to an override godebug setting. And not just whenever it is set, but whenever the setting actually changes the output, so only if an alias is observed. See 'go doc internal/godebug' for more details.
The text was updated successfully, but these errors were encountered: