You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The public C audit previously subtracted implemented private exports using only the Home inventory. This misclassified Bun-only entries and shared support exports that are intentionally outside Home declarations.
Acceptance:
Classify private exports against the union of the pinned Home and Bun inventories.
Keep support-only private exports explicit rather than silently ignoring arbitrary names.
Preserve the 117-function public and 19-extension denominators.
Make zig build c-api-audit green with an exact private-export count.
Parent: #140
The public C audit previously subtracted implemented private exports using only the Home inventory. This misclassified Bun-only entries and shared support exports that are intentionally outside Home declarations.
Acceptance:
zig build c-api-auditgreen with an exact private-export count.