-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Add a CI Job to Check BC Changes in Function Schemas #26329
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
85b77b8
to
d059a02
Compare
272bb4b
to
47f617a
Compare
found = True | ||
break | ||
if not found: | ||
print('Can NOT find backward compatible schemas after changes' |
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.
nit: need a space here, it shows up as 'changesfor'
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.
good catch
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.
lgtm
586b2f3
to
78bb5ab
Compare
78bb5ab
to
1cc0f40
Compare
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.
@houseroad has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@houseroad merged this pull request in 30e7665. |
Ready for review, and results, please check https://circleci.com/gh/pytorch/pytorch/2827354?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
Also, an experimental PR stacked on this have caught bc-breaking changes introduced by it.
#26398