-
Notifications
You must be signed in to change notification settings - Fork 356
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
CFG post-order panic: ... incomplete type (on Windows) #1652
Comments
An additional finding. If move the ApiError struct definition after the IdpApiResp definition, I get a similar but different error. type IdpApiResp[T any] struct { type ApiError struct {
`C:\projects\go_projects\yaegi_test>yaegi hello.go goroutine 1 [running]: C:\projects\go_projects\yaegi_test>` |
The following program
sample.go
triggers an unexpected resultExpected result
Got
Yaegi Version
v0.16.1, v0.15.1
Additional Notes
C:\projects\go_projects\yaegi_test>go version
go version go1.22.4 windows/amd64
Have only tested this on windows.
The text was updated successfully, but these errors were encountered: