From 7da1cc0394095c7db73263dff20be0e78a643790 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 11 Mar 2026 12:31:33 -0600 Subject: [PATCH] docs: update GOER.md with Windows gnu and padding fixes --- GOER.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/GOER.md b/GOER.md index 0ceac03..1687d54 100644 --- a/GOER.md +++ b/GOER.md @@ -4,17 +4,18 @@ - [x] **Libc classification** (`47419b7`): Rust `-unknown-linux-musl` → `libc='none'` - [x] **Hard-musl verified**: node, bun, pwsh, julia, postgres all keep `libc='musl'` +- [x] **Windows gnu→none** (`a3685b8`): MinGW is self-contained, classified as `none` +- [x] **install.sh padding** (`a3685b8`): 8-space indent matches production template - [x] **PowerShell rendering** (`9095b34`): `render.PowerShell()` + webid wiring + tests -- [x] **Three fetch strategies**: `github` / `githubsource` / `gittag` with config keys `github_releases` / `github_sources` / `git_url` -- [x] **Config key rename**: `github_repo` → `github_releases`, full URL support via `parseRepoRef()` +- [x] **Three fetch strategies**: `github` / `githubsource` / `gittag` +- [x] **Config key rename**: `github_releases` / `github_sources` with full URL support - [x] **All tests pass**, cache regenerated ## Known gaps - **atomicparsley**: `AtomicParsleyAlpine.zip` — "Alpine" has no word boundary, not detected as musl. Needs package-specific handling. -- **cmake**: No musl assets in GitHub releases (no-op). +- **Hugo .pkg**: macOS v0.153+ only ships `.pkg`. Template doesn't support extraction. Latent bug in production too. ## What's next -No remaining TODOs in codebase. Comparecache diffs are data-freshness only. -Let me know if you have new questions or findings. +No remaining TODOs in codebase. Let me know if you have new questions or findings.