Skip to content

v0.14.3

Compare
Choose a tag to compare
@traefiker traefiker released this 26 Oct 15:30
· 37 commits to master since this release
v0.14.3
7bb8b46

Changelog

  • b8301f1 interp: add missing conversion for non integer array dimension
  • 6b8c94e interp: check that send operate on channel value
  • 9f43170 interp: error instead of panic when assigning to a constant
  • 7865c90 interp: fix case behavior for values converted to empty interface
  • 2e88083 interp: fix default comm clause in select
  • dfeddbe interp: fix handling generic types with multiple type parameters
  • 4a80936 interp: fix handling interface in operators
  • 7bb8b46 interp: fix processing of aliased types
  • 71112db interp: fix return of untyped values for defined types
  • e4e3d11 interp: fix the logic to skip source files based on OS or CPU arch
  • 143e4a4 interp: fix type assertion for wrapped empty interface
  • e003140 interp: improve internal handling of functions
  • 0218249 interp: improve type assertions
  • a5242cb interp: retry type definition if an array size is undefined