tutorial icon indicating copy to clipboard operation
tutorial copied to clipboard

Bump github.com/goplus/gop from 1.2.5 to 1.2.6

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps github.com/goplus/gop from 1.2.5 to 1.2.6.

Release notes

Sourced from github.com/goplus/gop's releases.

v1.2.6

highlights:

  • Improve compilation speed through disk cache, especially under windows (#1827, [email protected]).
  • Go+ now supports static methods. This allows Go+ classfile to provide "global functions", such as T.new or T.start, without introducing a separate file.
  • Times loop: for :N { ... }. Previously you had to use for range :N { ... }.
  • Pkgsite: Beta version of https://pkg.gop.dev/ is released.

features:

ci/cd tools:

  • official Docker image (#1819 #1841)
  • change build artifacts name (#1838)
  • cover Go 1.22 in test (#1836)
  • update macOS version to "macos-latest" (#1844)

changes:

  • gop: NewDefaultConf: useCacheFile param; conf.UpdateCache (#1827)
  • cl: compileExpr/compileExprLHS panic code error (#1832)
  • cl: correct anonymous overloaded function naming (#1833)
  • cl, printer: set astFnClassfname shadow and not to print (#1853)
  • cl, gop: export GetFileClassType (#1852)
  • cl: gmxProject.hasMain (#1817)
  • mod: github.com/goplus/c2go v0.7.26
  • mod: github.com/goplus/gogen v1.15.2
  • mod: github.com/goplus/mod v0.13.10
  • mod: github.com/qiniu/x v1.13.10
Commits
  • 4fdc568 Update VERSION
  • e00121a Merge pull request #1859 from goplus/main
  • f3b7a43 Merge pull request #1858 from goplus/dependabot/go_modules/github.com/goplus/...
  • 2678ea4 build(deps): bump github.com/goplus/c2go from 0.7.25 to 0.7.26
  • 1eeaee2 Merge pull request #1857 from xushiwei/q
  • 06a9b23 Merge remote-tracking branch 'gop/main' into q
  • 25b53c7 Merge pull request #1856 from goplus/dependabot/go_modules/github.com/goplus/...
  • cb38570 build(deps): bump github.com/goplus/gogen
  • 83135dc Merge pull request #1855 from goplus/dependabot/go_modules/github.com/goplus/...
  • ff19d08 build(deps): bump github.com/goplus/mod from 0.13.9 to 0.13.10
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Apr 15 '24 02:04 dependabot[bot]