-
Notifications
You must be signed in to change notification settings - Fork 262
conformance: dataclasses_inheritance.py - add missing # E #2017
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
Thanks for the contribution. Yes, I agree this is missing an '# E'. Please rerun the conformance tests to update the results. Also, update the notes accordingly for any type checkers that fail this test so the notes appear in the conformance test results. |
ebb8451
to
574e72f
Compare
574e72f
to
5df300b
Compare
@@ -1,8 +1,9 @@ | |||
conformant = "Pass" | |||
conformant = "Partial" |
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 add a "notes" section here with a one-line summary of the failure(s). These notes appear when hovering over the results in the conformance report.
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.
Aha, now I got how it works, thanks!
@@ -1,8 +1,9 @@ | |||
conformant = "Pass" | |||
conformant = "Partial" |
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.
Same here — add a "notes" section and rerun the tests to produce an updated summary report.
5df300b
to
5e8b4f9
Compare
…n/typing#2017 Add the test to `ignored.txt` as it passes now GitOrigin-RevId: eeb3fb89e5717a91482dc496233c3e68f5c4b80c
It seems that # E is missing in the snippet bellow
Could you please take a look?