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

x/tools/go/ssa: add support for range-over-int #63373

Closed
findleyr opened this issue Oct 4, 2023 · 1 comment
Closed

x/tools/go/ssa: add support for range-over-int #63373

findleyr opened this issue Oct 4, 2023 · 1 comment
Assignees
Labels
FrozenDueToAge okay-after-rc1 Used by release team to mark a release-blocker issue as okay to resolve either before or after rc1 release-blocker Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@findleyr
Copy link
Member

findleyr commented Oct 4, 2023

Per #61405 (comment), it is likely that range-over-int will land for 1.22.

This issue tracks supporting this new range form in x/tools/go/ssa. Marking as a release blocker because we endeavor to keep our tools in sync with language changes.

@findleyr findleyr added release-blocker okay-after-rc1 Used by release team to mark a release-blocker issue as okay to resolve either before or after rc1 labels Oct 4, 2023
@findleyr findleyr added this to the Go1.22 milestone Oct 4, 2023
@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Oct 4, 2023
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/535035 mentions this issue: go/ssa: add support for range-over-int

@golang golang locked and limited conversation to collaborators Oct 16, 2024
apstndb pushed a commit to apstndb/gotoolsdiff that referenced this issue Jan 11, 2025
Adds support for ssa to range over int types.

Fixes golang/go#63373

Change-Id: I451b175d2c62958e022f1b6489971f1af32b19e0
Reviewed-on: https://go-review.googlesource.com/c/tools/+/535035
Reviewed-by: Alan Donovan <adonovan@google.com>
Run-TryBot: Tim King <taking@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge okay-after-rc1 Used by release team to mark a release-blocker issue as okay to resolve either before or after rc1 release-blocker Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

4 participants