Changelog
- 1cf9d34 Ignore private methods for binary types during type assertion
- ad9db37 interp: add a function to get globals (#1387)
- 4e77fc9 interp: delete incomplete type on pkg import
- f74d1ea interp: detect invalid uses of _ as value
- 7be17d3 interp: expose fset to fix CompileAST issue
- 2248851 interp: fix creation of binary composite types (#1391)
- 25edcfe interp: fix handling of empty interfaces in map index expressions
- 606b4c3 interp: fix import of binary type symbols in current scope (#1380)
- 5665c9a interp: fix redeclaration scope issue
- 4ed9ccb interp: fix retrieving the string value of an interface
- 00e3f92 interp: fix the behaviour of goto, continue and break (#1392)
- 0703926 interp: implements detection of packages with no Go files
- d183f42 interp: improve handling of empty interface values (#1393)
- d64563e interp: improve handling values and comparisons in interfaces
- 821e9ee interp: recover interpreter internal panics in EvalWithContext