Releases: traefik/yaegi
v0.9.17
v0.9.16
Changelog
451c754 extract: process interface wrapper method with variadic parameter
84ad467 fix #1056, extract: replace the code for get package name.
9926767 interp: allow redeclaration of imports
ec5392d interp: do not skip use of tmp frame in multi-assign
aa2621f interp: fix a panic when embedding an error interface
2b1d6f0 interp: fix append on variadic recursive struct
d92051d interp: treat var declaration within a block as a define statement
v0.9.15
v0.9.14
v0.9.13
v0.9.12
Changelog
ff521ec fix: handle function references in composite bin map
d73111c fix: untyped check
bd60de5 interp: allow early constant evaluation from builtin call
6337f8b interp: clarify error about GOPATH probably not set
61b4980 interp: do not panic in case of invalid constant definition
2e17cfa interp: do not wrap empty interface
3f4e166 interp: fix default type for constants from runtime
b9b0897 interp: fix nil value check in case of interface
100d090 interp: fix sending object implementing an interface through channel
v0.9.11
v0.9.10
v0.9.8
Changelog
b25ee3f interp: fix method lookup on aliased types
662d2a6 interp: fix parsing of assign to dereferenced pointer
2db4579 interp: fix short-form type assertions
81e1e5f interp: handle getting address of interpreter interface value
92d65c2 interp: remove incorrect type check on array object
1e0f6ec interp: support more type assertion cases
101633c interp: support two more type assertion cases