Skip to content

v0.13.0

Compare
Choose a tag to compare
@traefiker traefiker released this 14 Jun 15:07
· 66 commits to master since this release
f76db27

Changelog

  • 6c74ab7 interp: allow conversions of untyped complex
  • a61a7d5 interp: avoid panic when defining a label in incremental parsing mode
  • 996b1e3 interp: catch mismatched types for other comparisons
  • eaeb445 interp: create interpreter interface value with new
  • 259f64c interp: fix redeclaration of an interface variable
  • f76db27 interp: fix resolution of methods on aliased types
  • 236a0ef interp: improve the behaviour of interface{} function parameters
  • 6933ba2 interp: improve type checking for defined types