Skip to content

v0.9.3

Compare
Choose a tag to compare
@traefiker traefiker released this 14 Oct 16:08
· 298 commits to master since this release
57b49f4

Changelog

6b652ea feature: provide a version sub-command
a83ec1f fix: allow yaegi command to interpret itself
e32da38 fix: append from / to runtime defined array
473bc63 fix: behavior of select and time ticker
b78d55c fix: compute array type size from constant expression
9491e58 fix: correct handling of select comm clause with empty body
b2b519c fix: correctly return constant expressions in functions
190dade fix: detect a wrong number of arguments at return
f362237 fix: perform constant type conversion when required
16f5586 interp: apply integer division when appropriate
ca196a5 interp: fix implicit type for bin composite lit case
57b49f4 interp: make Symbols method take into account type objects too
155ca4e interp: support implicit-type slice of pointers of struct composite literal