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

YJIT: Let local yjit-bindgen exit successfully #8156

Merged
merged 1 commit into from Aug 1, 2023

Conversation

k0kubun
Copy link
Member

@k0kubun k0kubun commented Aug 1, 2023

When yjit-bindgen generates a diff, we want to let yjit-bindgen fail on pull requests for the author to notice the diff. However, when you execute yjit-bindgen locally, having a diff is most likely the expected outcome. So we don't want to mark the command result as a failure in a local environment.

This PR changes yjit-bindgen to exit successfully in a local environment even when it generates a diff.

@matzbot matzbot requested a review from a team August 1, 2023 21:21
@k0kubun k0kubun merged commit 5ff1c00 into ruby:master Aug 1, 2023
89 of 93 checks passed
@k0kubun k0kubun deleted the yjit-bindgen-exit branch August 1, 2023 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants