Skip to content

make duplicate def() calls an error in the dispatcher #48098

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

Closed
wants to merge 23 commits into from

Conversation

bdhirsh
Copy link
Contributor

@bdhirsh bdhirsh commented Nov 17, 2020

Stack from ghstack:

Differential Revision: D25022849

bdhirsh added a commit that referenced this pull request Nov 17, 2020
ghstack-source-id: 2688e4d
Pull Request resolved: #48098
@dr-ci
Copy link

dr-ci bot commented Nov 18, 2020

💊 CI failures summary and remediations

As of commit 22a5df8 (more details on the Dr. CI page):


💚 💚 Looks good so far! There are no failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group.

See how this bot performed.

This comment has been revised 62 times.

bdhirsh added a commit that referenced this pull request Nov 18, 2020
Pull Request resolved: #48098

Differential Revision: [D25056089](https://our.internmc.facebook.com/intern/diff/D25056089/)
ghstack-source-id: 117007279
bdhirsh added a commit that referenced this pull request Nov 18, 2020
Pull Request resolved: #48098

Differential Revision: [D25056089](https://our.internmc.facebook.com/intern/diff/D25056089/)
ghstack-source-id: 117033201
bdhirsh added a commit that referenced this pull request Nov 18, 2020
Pull Request resolved: #48098

Differential Revision: [D25056089](https://our.internmc.facebook.com/intern/diff/D25056089/)
ghstack-source-id: 117047149
bdhirsh added a commit that referenced this pull request Nov 19, 2020
Pull Request resolved: #48098

Differential Revision: [D25056089](https://our.internmc.facebook.com/intern/diff/D25056089/)
ghstack-source-id: 117118952
bdhirsh added a commit that referenced this pull request Nov 30, 2020
Pull Request resolved: #48098

Differential Revision: [D25056089](https://our.internmc.facebook.com/intern/diff/D25056089/)
ghstack-source-id: 117441832
bdhirsh added a commit that referenced this pull request Nov 30, 2020
Pull Request resolved: #48098

Differential Revision: [D25056089](https://our.internmc.facebook.com/intern/diff/D25056089/)
ghstack-source-id: 117457137
bdhirsh added a commit that referenced this pull request Dec 1, 2020
Pull Request resolved: #48098

Differential Revision: [D25056089](https://our.internmc.facebook.com/intern/diff/D25056089/)
ghstack-source-id: 117540920
bdhirsh added a commit that referenced this pull request Dec 1, 2020
Pull Request resolved: #48098

Differential Revision: [D25056089](https://our.internmc.facebook.com/intern/diff/D25056089/)
ghstack-source-id: 117545364
bdhirsh added a commit that referenced this pull request Dec 1, 2020
Pull Request resolved: #48098

Differential Revision: [D25056089](https://our.internmc.facebook.com/intern/diff/D25056089/)
ghstack-source-id: 117574791
bdhirsh added a commit that referenced this pull request Dec 2, 2020
Pull Request resolved: #48098

Differential Revision: [D25056089](https://our.internmc.facebook.com/intern/diff/D25056089/)
ghstack-source-id: 117623328
bdhirsh added a commit that referenced this pull request Dec 2, 2020
Pull Request resolved: #48098

Differential Revision: [D25056089](https://our.internmc.facebook.com/intern/diff/D25056089/)
ghstack-source-id: 117653425
bdhirsh added a commit that referenced this pull request Dec 4, 2020
Pull Request resolved: #48098

Differential Revision: [D25056089](https://our.internmc.facebook.com/intern/diff/D25056089/)
ghstack-source-id: 117901423
bdhirsh added a commit that referenced this pull request Dec 7, 2020
Pull Request resolved: #48098

Differential Revision: [D25056089](https://our.internmc.facebook.com/intern/diff/D25056089/)
ghstack-source-id: 117986942
bdhirsh added a commit that referenced this pull request Dec 9, 2020
Pull Request resolved: #48098

Differential Revision: [D25056089](https://our.internmc.facebook.com/intern/diff/D25056089/)
ghstack-source-id: 118197074
@facebook-github-bot
Copy link
Contributor

@bdhirsh merged this pull request in 18c03b9.

@facebook-github-bot
Copy link
Contributor

@bdhirsh merged this pull request in 18c03b9.

bdhirsh added a commit that referenced this pull request Dec 11, 2020
fbcode shows some `test_dispatch.py` tests failing after my previous PR here: #48098

https://www.internalfb.com/tasks/?t=81313176

I fixed some failing tests to expect a duplicate def error, and updated the error strings expected in the tests by running `EXPECTTEST_ACCEPT=1 python test/test_dispatch.py`, as indicated in `torch/testing/_internal/expecttest.py`.

Should these tests run in OSS? It looks like they currently don't (it looks like they also didn't run in my phabricator diff).


Differential Revision: [D25505170](https://our.internmc.facebook.com/intern/diff/D25505170)

[ghstack-poisoned]
@facebook-github-bot facebook-github-bot deleted the gh/bdhirsh/50/head branch December 14, 2020 15:17
bdhirsh added a commit that referenced this pull request Dec 14, 2020
fbcode shows some `test_dispatch.py` tests failing after my previous PR here: #48098

https://www.internalfb.com/tasks/?t=81313176

I fixed some failing tests to expect a duplicate def error, and updated the error strings expected in the tests by running `EXPECTTEST_ACCEPT=1 python test/test_dispatch.py`, as indicated in `torch/testing/_internal/expecttest.py`.

Should these tests run in OSS? It looks like they currently don't (it looks like they also didn't run in my phabricator diff).


Differential Revision: [D25505170](https://our.internmc.facebook.com/intern/diff/D25505170)

[ghstack-poisoned]
bdhirsh added a commit that referenced this pull request Dec 14, 2020
fbcode shows some `test_dispatch.py` tests failing after my previous PR here: #48098

https://www.internalfb.com/tasks/?t=81313176

I fixed some failing tests to expect a duplicate def error, and updated the error strings expected in the tests by running `EXPECTTEST_ACCEPT=1 python test/test_dispatch.py`, as indicated in `torch/testing/_internal/expecttest.py`.

Should these tests run in OSS? It looks like they currently don't (it looks like they also didn't run in my phabricator diff).


Differential Revision: [D25505170](https://our.internmc.facebook.com/intern/diff/D25505170)

[ghstack-poisoned]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants