turbo-editors/turbo-corepublic Fork 0
v0.9.0
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-core.git
git clone ssh://git@rickub.com/turbo-editors/turbo-core.git

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

2026-09-01-about-box-language.md · 24 lines · 1.2 KBmarkdown Blame HistoryRaw
🛟 Updated. 28d5985 k33g 13h ago1# Handoff — 2026-09-01 — the About box named the wrong language
2
3## State
4
5Fixed. `aboutText` takes the language and `ShowAbout` passes `a.profile.Language`, so Turbo Rust's About box reads "A Turbo C-style editor for Rust, / written in Go." and Turbo Go's still reads "for Go". Verified by driving both real binaries in a pseudo-terminal.
6
7The sentence was a literal left behind by the extraction from turbo-go: correct there, drawn unchanged by every editor built on the library.
8
9## In flight
10
11Nothing.
12
13## Next steps
14
151. Nothing specific. It ships with the rest of the branch, and is part of what v0.2.0 will carry.
16
17## Open questions / blockers
18
19- None.
20
21## Watch out for
22
23- **This is a class of bug, not one bug.** Any user-facing string in this library that names Go is wrong in every editor that is not for Go. `profile.Language` is the field to reach for; `grep -rn "Go" --include='*.go'` over the library's user-visible strings would be a worthwhile sweep that nobody has done.
24- **The documentation was already right.** turbo-rust's `docs/*/reference/versioning.md` and `how-to/make-a-release.md` both showed the corrected About box, so reading the docs could never have found this. Only running the binary did.