Skip to content

v0.9.18

Compare
Choose a tag to compare
@traefiker traefiker released this 27 May 11:53
· 197 commits to master since this release
c4174a7

Changelog

cdc6b77 interp: add ImportUsed method to pre-import compiled packages
0ba64fc interp: add example to show use of Self
33a532e interp: fix a bug when assigning to an empty interface
c4174a7 interp: fix assign of function call with implicit type assert.
847cd7e interp: fix calling of variadic binary methods
e29de04 interp: fix constant types from imported packages
bcb8546 interp: fix goto label by not overwriting destination
c86436a interp: fix litteral map containing binary functions
29e912e interp: fix method lookup on pointers to binary types
d16bd4b interp: fix package name extraction from import path
2f9fe70 interp: fix relative import path detection on MS-Windows
befa5a2 interp: fix return of function call involving a type conversion
45c7b80 interp: fix special range on string
17d5f18 interp: fix support of interpreted functions in map values
5f8be70 interp: fix type string extraction for wrapped constants
5530eca interp: give a self to the interpreter
fbf897b interp: improve type check of binary methods
4788775 interp: improve type checking for "+" operator
c694551 interp: sandbox to preserve type of os.Stdin os.Stdout and os.Stderr
c8d9e25 stdlib: add wrapper for testing/fstest package in go1.16