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
Thanks for the report. The ListExpr node was added to hold expression lists in type instantiation, and it's the first time a new node type has been added in at least 10 years. I'm working on writing up a proper proposal for the changes to go/ast, and this type of panic is one of our primary concerns, though it may be unavoidable.
Using Go's
dev.typeparams
branch andgopls
built with-tags=typeparams -gcflags=all=-G=3
, it works fairly well, but it randomly crashes with this:I didn't dig much deeper into it but I figured I should open a bug report here to keep track.
I'll try to create a minimal repro and share it once I figure out how to trigger it.
The text was updated successfully, but these errors were encountered: