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

go/types, types2: switch to using new type inference exclusively #58283

Closed
griesemer opened this issue Feb 2, 2023 · 1 comment
Closed

go/types, types2: switch to using new type inference exclusively #58283

griesemer opened this issue Feb 2, 2023 · 1 comment
Assignees
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Milestone

Comments

@griesemer
Copy link
Contributor

CL 464341 (pending) introduces a simpler (and likely faster) type inference algorithm.
During development we also run the old algorithm and compare the results so we find problems early.

This is a reminder issue that we need to run only the new implementation (assuming it holds up) before the release.

cc: @findleyr

@griesemer griesemer added NeedsFix The path to resolution is known, but the work has not been done. release-blocker labels Feb 2, 2023
@griesemer griesemer added this to the Go1.21 milestone Feb 2, 2023
@griesemer griesemer self-assigned this Feb 2, 2023
@gopherbot
Copy link

Change https://go.dev/cl/470995 mentions this issue: go/types, types2: remove code for infer1

@golang golang locked and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Projects
None yet
Development

No branches or pull requests

2 participants