go/tests
Snider f1bd36db2e fix(critical): Codex review — 7 high-severity issues resolved
Critical:
- Result.Result() zero args returns receiver instead of panicking

High:
- i18n.SetLanguage: added mutex, forwards to translator
- embed.GetAsset: hold RLock through assets map read (race fix)
- cli.PrintHelp: safe type assertion on Translate result
- task.PerformAsync: guard nil task in reflect.TypeOf
- Service/Command registries initialised in New() (race fix)

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-20 17:20:08 +00:00
..
testdata feat: Command DTO + Cli surface — AX-native CLI primitives 2026-03-20 12:08:19 +00:00
app_test.go fix: AX audit round 5 — full naming, Result returns throughout 2026-03-20 16:32:43 +00:00
array_test.go fix: AX audit round 6 — Result returns, naming, literal style 2026-03-20 16:46:39 +00:00
cli_test.go fix: AX audit round 5 — full naming, Result returns throughout 2026-03-20 16:32:43 +00:00
command_test.go fix: AX audit round 5 — full naming, Result returns throughout 2026-03-20 16:32:43 +00:00
config_test.go fix: AX audit round 5 — full naming, Result returns throughout 2026-03-20 16:32:43 +00:00
core_test.go fix: AX audit round 5 — full naming, Result returns throughout 2026-03-20 16:32:43 +00:00
data_test.go fix: AX audit round 6 — Result returns, naming, literal style 2026-03-20 16:46:39 +00:00
drive_test.go fix: AX audit round 6 — Result returns, naming, literal style 2026-03-20 16:46:39 +00:00
embed_test.go fix: AX audit round 6 — Result returns, naming, literal style 2026-03-20 16:46:39 +00:00
error_test.go fix: AX audit round 5 — full naming, Result returns throughout 2026-03-20 16:32:43 +00:00
fs_test.go feat: fs.go returns Result throughout 2026-03-20 14:37:06 +00:00
i18n_test.go fix: AX audit round 6 — Result returns, naming, literal style 2026-03-20 16:46:39 +00:00
ipc_test.go feat: IPC, task, lifecycle all return Result 2026-03-20 13:59:45 +00:00
lock_test.go fix: AX audit round 4 — semantic naming, Result returns 2026-03-20 16:00:41 +00:00
log_test.go fix: AX audit round 5 — full naming, Result returns throughout 2026-03-20 16:32:43 +00:00
options_test.go fix: AX audit round 5 — full naming, Result returns throughout 2026-03-20 16:32:43 +00:00
runtime_test.go fix: AX audit round 4 — semantic naming, Result returns 2026-03-20 16:00:41 +00:00
service_test.go fix: AX audit round 3 — 8 violations resolved 2026-03-20 15:49:33 +00:00
string_test.go feat: Join() reclaimed for strings — ErrorJoin for errors 2026-03-20 12:42:10 +00:00
task_test.go fix: AX audit round 3 — 8 violations resolved 2026-03-20 15:49:33 +00:00
utils_test.go fix(critical): Codex review — 7 high-severity issues resolved 2026-03-20 17:20:08 +00:00