Skip to content

build(deps): bump github.com/goplus/xgo from 1.6.0 to 1.6.2 in /gopls#389

Merged
xushiwei merged 1 commit intogoplusfrom
dependabot/go_modules/gopls/github.com/goplus/xgo-1.6.2
Feb 10, 2026
Merged

build(deps): bump github.com/goplus/xgo from 1.6.0 to 1.6.2 in /gopls#389
xushiwei merged 1 commit intogoplusfrom
dependabot/go_modules/gopls/github.com/goplus/xgo-1.6.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps github.com/goplus/xgo from 1.6.0 to 1.6.2.

Release notes

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

v1.6.2

What's Changed

features:

docs:

changes:

Full Changelog: goplus/xgo@v1.6.1...v1.6.2

v1.6.1

What's Changed

Unified Declaration Syntax via Tuples

This update introduces a paradigm shift in the language's syntax by leveraging Tuples to unify the definitions of functions, types, and variables. By treating everything—from parameters to standalone types—as a tuple, we have achieved a truly "orthopedic" language design where data structures and logic share a single DNA.

1. The Core Philosophy: "Everything is a Tuple"

The cornerstone of this update is the realization that a type, a named field, and a collection of fields are all just variations of a tuple. Specifically, the following are semantically identical:

  • T (a raw type)
  • (T) (a single-element tuple)
  • (name T) (a named single-element tuple)

In this version, $T \equiv (T) \equiv (name\ T)$. Whether you are defining a single integer or a complex set of parameters, you are working within the same tuple-based framework.

2. Functions as Tuple Transformations

Under this unified model, a function is no longer a special construct with its own unique grammar. Instead, a function is defined as a transformation from one tuple to another.

  • Mapping: $Tuple_{in} \to Tuple_{out}$
  • The Unit Tuple: If a function has no parameters or no return values, it simply interacts with the Empty Tuple ().

3. Unified Syntax in Action

By standardizing on tuples, the syntax for functions, types, and variables becomes perfectly symmetrical. Notice how the "shape" of the data remains constant across different keywords:

func run (timeout, maxRetries int, debug bool) (code int, err error)
type Config (timeout, maxRetries int, debug bool)
var cfg (timeout, maxRetries int, debug bool)
</tr></table> 

... (truncated)

Commits

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)

Bumps [github.com/goplus/xgo](https://github.com/goplus/xgo) from 1.6.0 to 1.6.2.
- [Release notes](https://github.com/goplus/xgo/releases)
- [Commits](goplus/xgo@v1.6.0...v1.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 9, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 14.42%. Comparing base (71fa4fe) to head (0404ca5).
⚠️ Report is 42 commits behind head on goplus.

Additional details and impacted files
@@             Coverage Diff             @@
##           goplus     #389       +/-   ##
===========================================
- Coverage   46.45%   14.42%   -32.04%     
===========================================
  Files          12       33       +21     
  Lines        1610     5184     +3574     
===========================================
  Hits          748      748               
- Misses        784     4358     +3574     
  Partials       78       78               

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@xushiwei xushiwei merged commit dacbd6e into goplus Feb 10, 2026
8 of 9 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/gopls/github.com/goplus/xgo-1.6.2 branch February 10, 2026 03:49
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.

1 participant