-
Notifications
You must be signed in to change notification settings - Fork 751
Fix error handling macros to work well with MSVC. #13214
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/13214
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 87 PendingAs of commit 8d97a16 with merge base c8c6628 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D79865456 |
This PR needs a
|
Summary: Pull Request resolved: pytorch#13214 Differential Revision: D79865456
Summary: Pull Request resolved: pytorch#13214 Differential Revision: D79865456
Summary: Pull Request resolved: pytorch#13214 Differential Revision: D79865456
Summary: Pull Request resolved: pytorch#13214 Differential Revision: D79865456
4c0a5c8 to
bcaaab2
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79865456 |
Summary: Pull Request resolved: pytorch#13214 Differential Revision: D79865456
Summary: Pull Request resolved: pytorch#13214 Differential Revision: D79865456
bcaaab2 to
44d9f8a
Compare
Summary: Pull Request resolved: pytorch#13214 Differential Revision: D79865456
44d9f8a to
d0c0600
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79865456 |
Summary: Pull Request resolved: pytorch#13214 Differential Revision: D79865456
Summary: Pull Request resolved: pytorch#13214 Differential Revision: D79865456
|
This pull request was exported from Phabricator. Differential Revision: D79865456 |
Summary: Pull Request resolved: pytorch#13214 Differential Revision: D79865456
d0c0600 to
e70c27c
Compare
Summary: Pull Request resolved: pytorch#13214 Differential Revision: D79865456
Summary: Pull Request resolved: pytorch#13214 Differential Revision: D79865456
Summary: Pull Request resolved: pytorch#13214 Differential Revision: D79865456
Summary: Pull Request resolved: pytorch#13214 Differential Revision: D79865456
Summary: Pull Request resolved: pytorch#13214 Differential Revision: D79865456
Summary: Pull Request resolved: pytorch#13214 Differential Revision: D79865456
e70c27c to
58c50bb
Compare
Summary: Fix the ET_CHECK_OK_OR_RETURN_ERROR macro so MSVC picks the right overload for 1 vs 2+ arguments. This removes bogus trailing-comma cases and resolves MSVC compile errors (C2440, C2064, C2059, C4834). Reviewed By: JacobSzwejbka Differential Revision: D79865456
58c50bb to
8041b55
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79865456 |
Summary: Fix the ET_CHECK_OK_OR_RETURN_ERROR macro so MSVC picks the right overload for 1 vs 2+ arguments. This removes bogus trailing-comma cases and resolves MSVC compile errors (C2440, C2064, C2059, C4834). Reviewed By: JacobSzwejbka Differential Revision: D79865456
Summary: Fix the ET_CHECK_OK_OR_RETURN_ERROR macro so MSVC picks the right overload for 1 vs 2+ arguments. This removes bogus trailing-comma cases and resolves MSVC compile errors (C2440, C2064, C2059, C4834). Reviewed By: JacobSzwejbka Differential Revision: D79865456
Summary: Fix the ET_CHECK_OK_OR_RETURN_ERROR macro so MSVC picks the right overload for 1 vs 2+ arguments. This removes bogus trailing-comma cases and resolves MSVC compile errors (C2440, C2064, C2059, C4834). Reviewed By: JacobSzwejbka Differential Revision: D79865456
Summary: Fix the ET_CHECK_OK_OR_RETURN_ERROR macro so MSVC picks the right overload for 1 vs 2+ arguments. This removes bogus trailing-comma cases and resolves MSVC compile errors (C2440, C2064, C2059, C4834). Reviewed By: JacobSzwejbka Differential Revision: D79865456
Summary: Fix the ET_CHECK_OK_OR_RETURN_ERROR macro so MSVC picks the right overload for 1 vs 2+ arguments. This removes bogus trailing-comma cases and resolves MSVC compile errors (C2440, C2064, C2059, C4834). Reviewed By: JacobSzwejbka Differential Revision: D79865456
Summary: Fix the ET_CHECK_OK_OR_RETURN_ERROR macro so MSVC picks the right overload for 1 vs 2+ arguments. This removes bogus trailing-comma cases and resolves MSVC compile errors (C2440, C2064, C2059, C4834). Reviewed By: JacobSzwejbka Differential Revision: D79865456
Summary: Fix the ET_CHECK_OK_OR_RETURN_ERROR macro so MSVC picks the right overload for 1 vs 2+ arguments. This removes bogus trailing-comma cases and resolves MSVC compile errors (C2440, C2064, C2059, C4834). Reviewed By: JacobSzwejbka Differential Revision: D79865456
Summary: Fix the ET_CHECK_OK_OR_RETURN_ERROR macro so MSVC picks the right overload for 1 vs 2+ arguments. This removes bogus trailing-comma cases and resolves MSVC compile errors (C2440, C2064, C2059, C4834). Reviewed By: JacobSzwejbka Differential Revision: D79865456
Summary: Fix the ET_CHECK_OK_OR_RETURN_ERROR macro so MSVC picks the right overload for 1 vs 2+ arguments. This removes bogus trailing-comma cases and resolves MSVC compile errors (C2440, C2064, C2059, C4834). Reviewed By: JacobSzwejbka Differential Revision: D79865456
8041b55 to
8d97a16
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79865456 |
Summary: Fix the ET_CHECK_OK_OR_RETURN_ERROR macro so MSVC picks the right overload for 1 vs 2+ arguments. This removes bogus trailing-comma cases and resolves MSVC compile errors (C2440, C2064, C2059, C4834). Reviewed By: JacobSzwejbka Differential Revision: D79865456
Summary: Fix the ET_CHECK_OK_OR_RETURN_ERROR macro so MSVC picks the right overload for 1 vs 2+ arguments. This removes bogus trailing-comma cases and resolves MSVC compile errors (C2440, C2064, C2059, C4834). Reviewed By: JacobSzwejbka Differential Revision: D79865456
Summary: Fix the ET_CHECK_OK_OR_RETURN_ERROR macro so MSVC picks the right overload for 1 vs 2+ arguments. This removes bogus trailing-comma cases and resolves MSVC compile errors (C2440, C2064, C2059, C4834). Reviewed By: JacobSzwejbka Differential Revision: D79865456
Summary: Fix the ET_CHECK_OK_OR_RETURN_ERROR macro so MSVC picks the right overload for 1 vs 2+ arguments. This removes bogus trailing-comma cases and resolves MSVC compile errors (C2440, C2064, C2059, C4834). Reviewed By: JacobSzwejbka Differential Revision: D79865456
Summary: Fix the ET_CHECK_OK_OR_RETURN_ERROR macro so MSVC picks the right overload for 1 vs 2+ arguments. This removes bogus trailing-comma cases and resolves MSVC compile errors (C2440, C2064, C2059, C4834). Reviewed By: JacobSzwejbka Differential Revision: D79865456
Summary: Fix the ET_CHECK_OK_OR_RETURN_ERROR macro so MSVC picks the right overload for 1 vs 2+ arguments. This removes bogus trailing-comma cases and resolves MSVC compile errors (C2440, C2064, C2059, C4834). Reviewed By: JacobSzwejbka Differential Revision: D79865456
Summary: Fix the ET_CHECK_OK_OR_RETURN_ERROR macro so MSVC picks the right overload for 1 vs 2+ arguments. This removes bogus trailing-comma cases and resolves MSVC compile errors (C2440, C2064, C2059, C4834). Reviewed By: JacobSzwejbka Differential Revision: D79865456
Differential Revision: D79865456
Differential Revision: D79865456