Skip to content

Release v1.5.1

Compare
Choose a tag to compare
@xushiwei xushiwei released this 04 Sep 10:32
· 1138 commits to main since this release

changes:

  • pkg.NewVarEx
  • cb.Block .. End
  • fix goplus/gop#768
  • fix goplus/gop#769
  • fix goplus/gop#770
  • fix: kindsInterger add uint64
  • fix: recv chan type check types.named
  • fix: forRangeStmt.getKeyValTypes check named
  • fix: boundType check types.Slice is named
  • fix: ValueDecl.endInit bugfix: scope error; codeErrorTest: TestErrConst/Var
  • fix goplus/gop#774 - type assert: checkInterface
  • TestErrTypeAssert
  • TestEnsureLoaded; AssignableConv bugfix: ensureLoaded V, T
  • support if..else if