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

cmd/compile/internal/syntax: StartPos incorrect for KeyValueExpr arguments #67866

Closed
griesemer opened this issue Jun 6, 2024 · 1 comment
Closed
Assignees
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@griesemer
Copy link
Contributor

griesemer commented Jun 6, 2024

Reminder issue. See https://go-review.googlesource.com/c/go/+/591256/1/src/cmd/compile/internal/syntax/positions.go .

Trivial fix. Consider for 1.23 to get it out of the way but no problem if it doesn't make it.

@griesemer griesemer added the NeedsFix The path to resolution is known, but the work has not been done. label Jun 6, 2024
@griesemer griesemer added this to the Go1.23 milestone Jun 6, 2024
@griesemer griesemer self-assigned this Jun 6, 2024
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jun 6, 2024
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/591695 mentions this issue: cmd/compile/internal/syntax: return correct start pos for KeyValueExprs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

2 participants