[chore] B3 pin: gum v0.2.0 (Charm v2) + go floor 1.22 β 1.25#16
Merged
Conversation
The isolated pre-release pin upgrade (the last PR before tagging v0.1.0, per the 'pin upgrade is the last PR' rule), now that scope is settled (s3 dropped, gum-UX deferred). - github.com/starpkg/gum v0.1.0 -> v0.2.0 (the Charm v2 migration). gum v2 declares go 1.25.8, so go mod tidy raises starcli's go directive to 1.25.8 and pulls the charm.land/* v2 trees (+ transitive golang.org/x/* bumps). - go floor 1.22 -> 1.25 in go.mod; CI go-floor 1.22 -> 1.25 (the ecosystem's go-1.25 exception β the matrix coincides with the latest-stable leg). - README: Go 1.25 or later. Verified: the original 12 gum builtins still load (behaviour-compatible), and gum v2's new builtins (style/table/tree/filter) are now available to scripts for free. starcli's wiring (gum.NewModule().LoadModule()) is unchanged. Full suite green, coverage 76.5% (>= 65); Docker golang:1.25 make ci green. No tag is applied by this PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pre-release pin upgrade β gum v2 + go floor 1.25
The isolated pin PR (the last engineering PR before tagging v0.1.0, per
the "pin upgrade is the last PR" rule), now that scope is settled: s3 dropped
(#15), gum interactive-UX deferred to a later phase.
Changes
starpkg/gumv0.1.0 β v0.2.0 (the Charm v2 migration). gum v2 declaresgo 1.25.8, sogo mod tidyraises starcli'sgodirective to 1.25.8 andpulls the
charm.land/*v2 trees (+ transitivegolang.org/x/*bumps).go-floor: 1.25(the ecosystem'sgo-1.25 exception β the matrix coincides with the latest-stable leg).
Verified
input,confirm,select,spin,md,set_theme, β¦style/table/tree/filter) are now available toscripts for free β no starcli code change (wiring is still
gum.NewModule().LoadModule()).golang:1.25make cigreen.
No tag is applied by this PR β v0.1.0 release notes will be drafted for
explicit confirmation before tagging.