Skip to content

v1.0.8

Compare
Choose a tag to compare
@xushiwei xushiwei released this 11 Aug 22:55
· 1098 commits to main since this release

new features:

  • for range support UDT (see TestForRangeUDT/TestForRangeUDT2/TestForRangeUDT3/TestForRangeUDT4/TestForRangeUDT5)
  • import Go+ packages (GopPackage = true): load overload functions & methods
  • support to call overload methods (NewOverloadMethod/CheckOverloadMethod)
  • cb.Get(idx)
  • SetDebug adds flag DbgFlagWriteFile
  • Func.End use toNormalizeSignature to normalize AutoParams (created by pkg.NewAutoParam).
  • toNormalize support unboundType
  • SetInTestingFile return old value
  • pkg.InTestingFile()
  • codeErrorTest: TestErrForRange

changes:

  • LoadPkgs: log inTestingFile
  • SetDebug support log
  • cb.End debug
  • isUnboundSignature(t) bugfix
  • pkg.big() bugfix