Skip to content

github: issue template should prompt if toolchain is go1.23 and above use go env -changed report bug #67767

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

Closed
qiulaidongfeng opened this issue Jun 2, 2024 · 5 comments
Labels
NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.

Comments

@qiulaidongfeng
Copy link
Member

See #34208 , it background is that report an bug usually require the user to provide a go env, which has a problem the output is getting larger and larger, and most of it is usually useless.
Now that go env -changed has been added, issue template should prompt the user to use it when the toolchain is greater than or equal to go1.23.

qiulaidongfeng added a commit to qiulaidongfeng/go that referenced this issue Jun 2, 2024
Fixes golang#67767

Change-Id: I0bf267bc18d2a4f4ac27fb98319d6ea8b9d0ba07
qiulaidongfeng added a commit to qiulaidongfeng/go that referenced this issue Jun 2, 2024
Fixes golang#67767

Change-Id: I0bf267bc18d2a4f4ac27fb98319d6ea8b9d0ba07
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/589695 mentions this issue: github: report a bug prompte user if available use go env -changed

@ianlancetaylor
Copy link
Contributor

go env -changed is not enough. In particular we really need go env GOOS and go env GOARCH and go env GOVERSION.

@qiulaidongfeng
Copy link
Member Author

go env -changed is not enough. In particular we really need go env GOOS and go env GOARCH and go env GOVERSION.

issue template need go version output , it contain GOOS GOARCH GOVERSION

@seankhliao
Copy link
Member

I don't think we should do this. the full set of env vars is quite useful in picking out details which the reporter may not have otherwise thought to tell us about.

@seankhliao seankhliao added the NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. label Jun 2, 2024
@seankhliao
Copy link
Member

I think we can decline this for the same reason as #67769

@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants