-
Notifications
You must be signed in to change notification settings - Fork 352
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
Interface conversion panic when import a package #1426
Comments
This was referenced Aug 24, 2022
mvertes
added a commit
to mvertes/yaegi
that referenced
this issue
Aug 29, 2022
The representation of non empty interfaces defined in the interpreter is now identical between refType() and frameType() functions, which are used to generate interpreter objects. Fixes traefik#1447 and traefik#1426.
mvertes
added a commit
to mvertes/yaegi
that referenced
this issue
Aug 29, 2022
The representation of non empty interfaces defined in the interpreter is now identical between refType() and frameType() functions, which are used to generate interpreter objects. Fixes traefik#1447 and traefik#1426.
Fixed by #1448 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following program
sample.go
triggers an unexpected resultExpected result
Got
Yaegi Version
0.13
Additional Notes
It shows the error counter at this line in the package:
However, after I copy the related code into my
main.go
, it works.The text was updated successfully, but these errors were encountered: