Skip to content

fix(tooling): stop refresh-stdlib flagging bootstrap-owned DLLs as missing source#82

Merged
skydread1 merged 1 commit into
developfrom
fix/refresh-stdlib-bootstrap-classification
Jul 21, 2026
Merged

fix(tooling): stop refresh-stdlib flagging bootstrap-owned DLLs as missing source#82
skydread1 merged 1 commit into
developfrom
fix/refresh-stdlib-bootstrap-classification

Conversation

@skydread1

Copy link
Copy Markdown
Member

Closes #81

  • Compute missing-src after removing bootstrap-namespaces, so deps-vendored bootstrap DLLs stop warning as "missing source".
  • Report the bootstrap-owned count in the summary line; a genuinely sourceless DLL still warns.
  • Verified locally: found 46 deployed stdlib DLLs, 18 top-level, 7 sub-files, 21 bootstrap-owned (bb bootstrap), 0 without source (skipped), clean tree after the run.

…ssing source (#81)

The nine deps-vendored tools.analyzer namespaces are in
bootstrap-namespaces but missing-src was computed before removing
that set, so every run warned for them. Count bootstrap-owned DLLs
in the summary instead; a genuinely sourceless DLL still warns.
@skydread1 skydread1 self-assigned this Jul 21, 2026
@skydread1
skydread1 merged commit e66338a into develop Jul 21, 2026
1 check passed
@skydread1
skydread1 deleted the fix/refresh-stdlib-bootstrap-classification branch July 21, 2026 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refresh-stdlib reports bootstrap-owned tools.analyzer DLLs as missing source

1 participant