Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(regen-defs): Fix globs and clean tempfiles on INT, TERM #381

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

aaronliu0130
Copy link
Member

No description provided.

@aaronliu0130 aaronliu0130 requested a review from cclauss April 24, 2025 00:17
# Execute the command and capture stdout and stderr
uv run "$cpplint" $cmd > "$stdout_file" 2> "$stderr_file"
eval uv run "$cpplint" $cmd > "$stdout_file" 2> "$stderr_file"
Copy link
Member

Choose a reason for hiding this comment

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

How does this change things?

Copy link
Member Author

Choose a reason for hiding this comment

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

It makes globbing work, since otherwise we literally pass "*" to cpplint, at least on my machine.

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.

2 participants