-
Notifications
You must be signed in to change notification settings - Fork 749
Improve ET_ASSERT_UNREACHABLE_MSG to use formatting #6802
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6802
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit ce43948 with merge base ecdc007 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D65693396 |
dbort
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the lint job before landing
8e56894 to
aebdb6d
Compare
Summary: The macro `ET_ASSERT_UNREACHABLE_MSG` didn't allow for format strings unlike the other `ET_CHECK` macros. Add this capability and fix any users of it. Reviewed By: dbort Differential Revision: D65693396
|
This pull request was exported from Phabricator. Differential Revision: D65693396 |
Summary: The macro `ET_ASSERT_UNREACHABLE_MSG` didn't allow for format strings unlike the other `ET_CHECK` macros. Add this capability and fix any users of it. Reviewed By: dbort Differential Revision: D65693396
aebdb6d to
6ab1086
Compare
|
This pull request was exported from Phabricator. Differential Revision: D65693396 |
Summary: The macro `ET_ASSERT_UNREACHABLE_MSG` didn't allow for format strings unlike the other `ET_CHECK` macros. Add this capability and fix any users of it. Reviewed By: dbort Differential Revision: D65693396
6ab1086 to
ce43948
Compare
|
This pull request was exported from Phabricator. Differential Revision: D65693396 |
Summary:
The macro
ET_ASSERT_UNREACHABLE_MSGdidn't allow for formatstrings unlike the other
ET_CHECKmacros.Add this capability and fix any users of it.
Reviewed By: dbort
Differential Revision: D65693396