Handoff — 2026-09-19 — Rickub migration and the Release workflow
State
- Module
rickub.com/turbo-editors/turbo-golo, pinned torickub.com/turbo-editors/turbo-core v1.0.0;GOWORK=off make checkgreen. - Releases:
./01-release.tag.shtags; the tag push runs.github/workflows/release.yml, which builds with./02-build-releases.shand publishes the page with the binaries.02-release.publish.shand04-release.upload-binaries.share deleted. No token needed. - Nothing is committed. Fresh
git init,originatssh://git@rickub.com/turbo-editors/turbo-golo.git, no commit; the sandbox cannot reach the remote.
Next steps
- Check
release.env(TAG="v1.0.0",ABOUT="Turbo Golo") and run./01-release.tag.shfrom a machine that reaches Rickub. It makes the root commit, pushesmain, tags, pushes the tag. - Watch the Release workflow on the Actions tab. turbo-go's identical workflow has run and published; this one has not yet.
- If the publish step answers 403, the binaries are on the run page as the
turbo-golo-<tag>artifact (14 days). turbo-golo.token.envwas deleted on 2026-09-19; nothing read it any more.
Traps
go.workbeside this checkout (where there is one) points at../turbo-core. Check the published shape withGOWORK=off; the release tests already do for their children.- Do not
go get …/turbo-core@v0.9.0under the new path: the proxy has it, but itsgo.moddeclares the Codeberg path. v1.0.0 is the first usable version. release/holds the Codeberg-era binaries (hundreds of MB). Gitignored; the tests skip it when copying the module.sed -ion this filesystem drops the execute bit;chmod 755the scripts after any such edit.
Later the same day — the four-question test went red, as designed
The user's first ./01-release.tag.sh stopped in make check: GoloScript v0.2.0 answers references, implementations and workspace symbols. Tests and docs (EN + FR, nine pages + README + summary) were revised to say the boundary is typeDefinition alone; see history.md. GoloScript v0.2.0 is installed in the sandbox at /usr/local/bin/golo, so the ten …WithRealGoloLSP tests now run here instead of skipping. Re-run ./01-release.tag.sh.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|