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

presubmits: Add a presubmit for CHECK and related macros. #11217

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Apr 4, 2024

presubmits: Add a presubmit for CHECK and related macros.

Generally it's a better idea to find a way to report the error rather than to
crash the process. When XLA is used in a server, crashes expose the server to
potential queries of death when unexpected data or API calls occur.

Removing existing crashes is a longer-term fixit-type effort, but at least we
can prevent new intentional crashes from slipping in.

@copybara-service copybara-service bot force-pushed the test_621892845 branch 2 times, most recently from bfe0ff0 to e66032a Compare April 4, 2024 19:32
Generally it's a better idea to find a way to report the error rather than to
crash the process. When XLA is used in a server, crashes expose the server to
potential queries of death when unexpected data or API calls occur.

Removing existing crashes is a longer-term fixit-type effort, but at least we
can prevent new intentional crashes from slipping in.

PiperOrigin-RevId: 621952801
@copybara-service copybara-service bot merged commit 3d6326c into main Apr 4, 2024
@copybara-service copybara-service bot deleted the test_621892845 branch April 4, 2024 20:28
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.

1 participant