Skip to content
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

Make rye run print script list to stdout #1268

Merged
merged 2 commits into from
Jul 24, 2024
Merged

Conversation

mitsuhiko
Copy link
Collaborator

Fixes #1136

@@ -27,7 +27,7 @@ pub const INSTA_FILTERS: &[(&str, &str)] = &[
(r"/tmp/\.tmp\S+", "[TEMP_FILE]"),
// windows temp folders
(r"\b[A-Z]:\\.*\\Local\\Temp\\\S+", "[TEMP_FILE]"),
(r" in (\d+\.)?\d+(ms|s)\b", " in [EXECUTION_TIME]"),
(r" in (\d+m )?(\d+\.)?\d+(ms|s)\b", " in [EXECUTION_TIME]"),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somehow my machine is very slow today :P

@mitsuhiko mitsuhiko merged commit 2fd1895 into main Jul 24, 2024
8 checks passed
@mitsuhiko mitsuhiko deleted the feature/run-list-stdout branch July 24, 2024 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rye run -l prints to stderr
1 participant