Skip to content

Release v0.8.73

Compare
Choose a tag to compare
@xushiwei xushiwei released this 19 Jul 14:48
· 1210 commits to main since this release

new features:

  • MemberVal(name string) => MemberVal(name string, mflags ...*int), to support Go+ AutoProperty feature
  • EnsureImported

changes:

  • SetDebug(debug bool) => SetDebug(dbgFlags int)
  • NewLoadPkgsCached(
    load func(cfg *packages.Config, patterns ...string) ([]*packages.Package, error)) LoadPkgsFunc

small fix:

  • CallInlineClosure bugfix
  • cb.Elem() is a part of cb.Star()
  • BinaryOp: nil == v AND nil != nil