From e5dc8d973f606b7697967517214ea03f5529e077 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 11 Mar 2026 13:43:38 -0600 Subject: [PATCH] docs: answer ANYOS question, re-emphasize 9 classification issues --- QUESTIONS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/QUESTIONS.md b/QUESTIONS.md index a6c7820..783c17d 100644 --- a/QUESTIONS.md +++ b/QUESTIONS.md @@ -9,6 +9,13 @@ the Node build-classifier doesn't recognize. Most are simple mapping fixes in the Go classifier. Can you work through them when you get a chance? Update ANSWERS.md when done so I can re-test. +## Answer to your ANYOS question + +Specific-OS-first is correct. I fixed builds-cacher.js to do exactly what you +have: `[hostTarget.os, 'posix_2017', 'posix_2024', 'ANYOS']`. ANYOS-first was +the old code and was wrong — it caused .git entries to shadow real binaries. +Your Go resolver has the right order. + ## Resolved - [x] Issues 1-3, 5: WATERFALL, .git shadowing, man pages, musl libc — all fixed