turbo-editors/turbo-golopublic Fork 0
b2b07ec0fe8e8d54362f3a1a6f1b089e9198ebd8
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-golo.git
git clone ssh://git@rickub.com/turbo-editors/turbo-golo.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

2026-09-20-load-config.md · 17 lines · 1.4 KBmarkdown Blame HistoryRaw
📦 Turbo Golo b2b07ec k33g 9h ago1# Handoff — 2026-09-20 — `-load-config` (needs turbo-core v1.0.3)
2
3## State
4
5- `-load-config <url>` wired in `main.go`, three tests in `main_test.go`, docs EN+FR updated. Green under the umbrella `go.work` (`turbo-editors/`), which resolves turbo-core to the local checkout.
6- **`go.mod` still says turbo-core v1.0.2** — `GOWORK=off make check` fails until turbo-core v1.0.3 is tagged and this is re-pinned. Even under the workspace, the two release-script tests (`TestTheTagScript…`) fail for the same reason: they build a copy of the module outside it. Everything else is green.
7
8## Next steps
9
101. When turbo-core v1.0.3 is tagged: `go get rickub.com/turbo-editors/turbo-core@v1.0.3 && go mod tidy && GOWORK=off make check`.
112. Try it for real: in an empty directory, `turbo-golo -load-config https://rickub.com/turbo-editors/configs/tree/main/golang-init` (the sample repository holds `.turbo-go` only — for this editor a directory with a `.turbo-golo` is needed), then start `turbo-golo` and check the settings took.
123. Then `./01-release.tag.sh` as usual.
13
14## Traps
15
16- The sample configs repository is `rickub.com/turbo-editors/configs`; its git address is `git.rickub.com`, which `configrepo` tries second. A wrong first candidate costs one `ls-remote`, not the load.
17- The editor refuses when `.turbo-golo` already exists (`configrepo.ErrExists`); there is deliberately no `--force`.