Skip to content

build(deps): bump github.com/goplus/llgo from 0.12.1 to 0.12.2#661

Merged
MeteorsLiu merged 2 commits intomainfrom
dependabot/go_modules/github.com/goplus/llgo-0.12.2
Feb 27, 2026
Merged

build(deps): bump github.com/goplus/llgo from 0.12.1 to 0.12.2#661
MeteorsLiu merged 2 commits intomainfrom
dependabot/go_modules/github.com/goplus/llgo-0.12.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 23, 2026

Bumps github.com/goplus/llgo from 0.12.1 to 0.12.2.

Release notes

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

v0.12.2

What's Changed

build:

compiler:

llgo/ssa:

runtime:

emb:

chore:

ci & tools:

deps:

New Contributors

Full Changelog: goplus/llgo@v0.12.1...v0.12.2

Commits
  • bea1bea Merge pull request #1633 from goplus/xgopilot/issue-1632-1770781929
  • 98113ae Merge pull request #1638 from goplus/xgopilot/issue-1636-1770954884
  • dfc046d Merge pull request #1639 from luoliwoshang/feat/reflect-copy-minimal
  • 3690e67 Merge pull request #1641 from cpunion/pr/embed-go-embed-main
  • bd7594e Merge pull request #1642 from cpunion/fix/defer-inloop-drain
  • 15e7211 Merge pull request #1646 from goplus/dependabot/go_modules/github.com/goplus/...
  • b0ccb25 Merge pull request #1647 from goplus/dependabot/go_modules/github.com/goplus/...
  • cfdc6b6 chore(deps): bump github.com/goplus/mod from 0.19.0 to 0.19.2
  • ba1d73a chore(deps): bump github.com/goplus/gogen from 1.20.9 to 1.21.2
  • 590be5e test: add coverage for goembed and preloaded embed map
  • 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 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 dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 23, 2026
@luoliwoshang
Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/goplus/llgo-0.12.2 branch from adc1a6b to 876686a Compare February 26, 2026 02:12
@luoliwoshang
Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [github.com/goplus/llgo](https://github.com/goplus/llgo) from 0.12.1 to 0.12.2.
- [Release notes](https://github.com/goplus/llgo/releases)
- [Commits](goplus/llgo@v0.12.1...v0.12.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/goplus/llgo-0.12.2 branch from 876686a to d9e0174 Compare February 26, 2026 02:53
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.32%. Comparing base (e650f1f) to head (fbb9364).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #661   +/-   ##
=======================================
  Coverage   83.32%   83.32%           
=======================================
  Files          28       28           
  Lines        2500     2500           
=======================================
  Hits         2083     2083           
  Misses        369      369           
  Partials       48       48           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@luoliwoshang luoliwoshang self-requested a review February 26, 2026 03:07
Copy link
Copy Markdown
Member

@luoliwoshang luoliwoshang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@luoliwoshang
Copy link
Copy Markdown
Member

@xgopilot current becase the test End2End test without concurrency test so we need make the timeout more time limit

@xgopilot
Copy link
Copy Markdown
Contributor

xgopilot Bot commented Feb 27, 2026

End2End test timeout increased

Increased the End2End test timeout from 30m to 60m in .github/workflows/end2end.yml (commit fbb9364).

The End2End tests in _cmptest/ don't fully run concurrently — the Conan install mutex serializes package installations and TestEnd2EndLLCppcfg runs sequentially — so a longer timeout is appropriate to avoid occasional CI failures.

View job run

Since the End2End tests run without full concurrency (Conan install
mutex serializes package installations and TestEnd2EndLLCppcfg runs
sequentially), increase the timeout to 60m to avoid occasional
timeouts.

Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com>
@MeteorsLiu MeteorsLiu merged commit 432ce10 into main Feb 27, 2026
12 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/goplus/llgo-0.12.2 branch February 27, 2026 07:59
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants