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: panic when rangeStmt value's type is not *ast.Ident #9

Merged
merged 1 commit into from Mar 22, 2024

Conversation

karamaru-alpha
Copy link
Owner

@karamaru-alpha karamaru-alpha commented Mar 22, 2024

Fix panic when rangeStmt value's type is not *ast.Ident.

resolve #7

Signed-off-by: karamaru-alpha <mrnk3078@gmail.com>
@karamaru-alpha karamaru-alpha changed the title fix: panic when value is not *ast.Ident fix: panic when rangeStmt value's type is not *ast.Ident Mar 22, 2024
@karamaru-alpha karamaru-alpha merged commit e45640c into main Mar 22, 2024
1 check passed
@karamaru-alpha karamaru-alpha changed the title fix: panic when rangeStmt value's type is not *ast.Ident fix: panic when rangeStmt value's type is not *ast.Ident Mar 22, 2024
@karamaru-alpha karamaru-alpha deleted the fix/karamaru/panic branch March 22, 2024 09:52
@karamaru-alpha karamaru-alpha self-assigned this Mar 27, 2024
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.

panic: interface conversion: ast.Expr is *ast.IndexExpr, not *ast.Ident
1 participant