You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After investigation, I found that that panic is happening because the substituteTypeArgs function in the types.go file is not handling the case for *ast.IndexListExpr properly.
To fix this issue, we need to add a case for *ast.IndexListExpr in the substituteTypeArgs function.
iamrajiv
changed the title
compiler: Panic due to unimplemented feature with *ast.IndexListExpr
compiler: not implemented handling of *ast.IndexListExpr in substituteTypeArgs function
Feb 11, 2024
Description
When I run
examples/scrape
, I am getting the below error:The text was updated successfully, but these errors were encountered: