-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Panic] broken pipe leads to panic #13483
Labels
bug
Something isn't working
Comments
Lol. A duplicate of #13442. |
I'll fix it now. |
This was referenced Sep 23, 2024
charliermarsh
added a commit
that referenced
this issue
Sep 23, 2024
## Summary I think we should also make the change that @BurntSushi recommended in the linked issue, but this gets rid of the panic. See: #13483 See: #13442 ## Test Plan ``` warning: `ruff analyze graph` is experimental and may change without warning { "/Users/crmarsh/workspace/django/django/__init__.py": [ "/Users/crmarsh/workspace/django/django/apps/__init__.py", "/Users/crmarsh/workspace/django/django/conf/__init__.py", "/Users/crmarsh/workspace/django/django/urls/__init__.py", "/Users/crmarsh/workspace/django/django/utils/log.py", "/Users/crmarsh/workspace/django/django/utils/version.py" ], "/Users/crmarsh/workspace/django/django/__main__.py": [ "/Users/crmarsh/workspace/django/django/core/management/__init__.py" ruff failed Cause: Broken pipe (os error 32) ```
charliermarsh
added a commit
that referenced
this issue
Sep 23, 2024
## Summary Closes #13483. Closes #13442. ## Test Plan ``` ❯ cargo run analyze graph ../django | head -n 10 Compiling ruff v0.6.7 (/Users/crmarsh/workspace/ruff/crates/ruff) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s Running `target/debug/ruff analyze graph ../django` warning: `ruff analyze graph` is experimental and may change without warning { "/Users/crmarsh/workspace/django/django/__init__.py": [ "/Users/crmarsh/workspace/django/django/apps/__init__.py", "/Users/crmarsh/workspace/django/django/conf/__init__.py", "/Users/crmarsh/workspace/django/django/urls/__init__.py", "/Users/crmarsh/workspace/django/django/utils/log.py", "/Users/crmarsh/workspace/django/django/utils/version.py" ], "/Users/crmarsh/workspace/django/django/__main__.py": [ "/Users/crmarsh/workspace/django/django/core/management/__init__.py" ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hit quit, be presented with a broken pipe:
Classic rust command line tool behavior :)
The text was updated successfully, but these errors were encountered: