uv
bbed6cd3
- Fix infinite recursion by sniffing the shebang
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Comment Changes
Previous Change (CTRL+↑)
Next Change (CTRL+↓)
Expand Context Lines
Collapse Context Lines
Hide Minimap (CTRL+M)
Commit
356 days ago
Fix infinite recursion by sniffing the shebang When we see `#!/usr/bin/env -S uv run"`, treat the input as a python file to avoid infinite recursion. Tested manually. Fixes #6360
References
konsti/fix-infinite-recursion-by-sniffing-the-shebang
Author
konstin
Committer
konstin
Parents
c56102bd
Files
1
crates/uv/src/commands/project
run.rs
Loading