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
Fix wrap() to use scheme_from_name instead of scheme_from_content
PixiBuilder.wrap() and UvBuilder.wrap() were calling scheme_from_content()
with a filename string (e.g. "pixi.toml") instead of file content. Since
RequirementsTxtScheme.supports_content() matches any bare word, this caused
every wrapped environment's scheme to be misdetected as "requirements.txt".
The bug was latent before, but was exposed by the early scheme validation
added in the previous content-validation commit.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments