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

Fix panicking when handling type aliases in static analysis. #297

Merged
merged 3 commits into from
Aug 16, 2024

Conversation

danilvpetrov
Copy link
Member

What change does this introduce?

This change is required to fix panicking when handling type aliases in static analysis. Type types.Alias is by default generated in Go 1.23 which wasn't handled properly before.

Why make this change?

To fix panicking when handling type aliases in static analysis

Is there anything you are unsure about?

No

What issues does this relate to?

N/A

@danilvpetrov danilvpetrov requested a review from jmalloc August 16, 2024 02:36
static/handler_test.go Outdated Show resolved Hide resolved
static/static.go Outdated Show resolved Hide resolved
static/handler_test.go Outdated Show resolved Hide resolved
@danilvpetrov danilvpetrov requested a review from jmalloc August 16, 2024 04:17
@jmalloc jmalloc merged commit a765c9c into main Aug 16, 2024
5 checks passed
@jmalloc jmalloc deleted the fix-static-analysis-type-alias branch August 16, 2024 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants