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
Only structures with one embedded field can be marked anonymous,
due to golang/go#15924. Also check only that the method is defined,
do not verify its complete signature, as the receiver may or not
be defined in the arguments of the method.
Fixestraefik#1537.
Only structures with one embedded field can be marked anonymous, due to golang/go#15924. Also check only that the method is defined, do not verify its complete signature, as the receiver may or not be defined in the arguments of the method.
Fixes#1537.
hi @mvertes,
I see that the code has been merged to master long ago, when is the new version of yaegi expected to be released, I would like to use it in the traefik local plugin...
The following program
sample.go
triggers an unexpected resultExpected result
Go-2.30.0
Got
Yaegi Version
0.11.2
Additional Notes
yaegi 0.15.0 and 0.15.1 still error
The text was updated successfully, but these errors were encountered: