Skip to content

Go: allow read and store steps from named types #16504

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

Merged
merged 3 commits into from
May 16, 2024

Conversation

owen-mc
Copy link
Contributor

@owen-mc owen-mc commented May 15, 2024

This bug led to some missed flow. For example, in for i, x := range y we would have missed the flow from an array element of y to x if the type of y was a named type rather than an array type.

owen-mc added 3 commits May 16, 2024 00:32
Including the case where the type of the domain is a named type rather
than an array type or map type or whatever.
@owen-mc owen-mc requested a review from a team as a code owner May 15, 2024 23:42
@owen-mc
Copy link
Contributor Author

owen-mc commented May 16, 2024

DCA uneventful

@owen-mc owen-mc merged commit 5dbb91f into github:main May 16, 2024
14 checks passed
@owen-mc owen-mc deleted the go/allow-array-reads-from-named-types branch May 16, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants