Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

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, gogen@v1.15.2).
  • 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)

Bumps [github.com/goplus/gop](https://github.com/goplus/gop) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/goplus/gop/releases)
- [Changelog](https://github.com/goplus/gop/blob/main/.goreleaser.yaml)
- [Commits](goplus/gop@v1.2.5...v1.2.6)

---
updated-dependencies:
- dependency-name: github.com/goplus/gop
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants