mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-06 18:36:50 +00:00
docs: update GOER.md with Windows gnu and padding fixes
This commit is contained in:
11
GOER.md
11
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.
|
||||
|
||||
Reference in New Issue
Block a user