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
refactor(bootstrapper): apply review follow-ups to _cache module
Add docstring to `Bootstrapper` class describing it as an iterative DFS
engine to be used as a context manager.
Rename private `_cache` functions that cross module boundaries to drop
the leading underscore, reflecting their role as internal-but-public
APIs within the bootstrapper package:
- `_find_cached_wheel` → `find_cached_wheel`
- `_bg_prepare_prebuilt` → `bg_prepare_prebuilt`
Update all call sites in `_bootstrapper.py`, `_prepare_source.py`,
`_resolve.py`, and tests.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Doug Hellmann <dhellmann@redhat.com>
0 commit comments