traefik / yaegi

Yaegi is Another Elegant Go Interpreter
https://pkg.go.dev/github.com/traefik/yaegi
Apache License 2.0
6.78k stars 341 forks source link

fix: do not panic when assigning to _ (blank) var. #1620

Closed mvertes closed 3 months ago

mvertes commented 3 months ago

Fix interp.isEmptyInterface to tolerate a nil type.

Fixes #1619