[ty] Add support for functional dataclasses#22336
Closed
charliermarsh wants to merge 6 commits intomainfrom
Closed
[ty] Add support for functional dataclasses#22336charliermarsh wants to merge 6 commits intomainfrom
charliermarsh wants to merge 6 commits intomainfrom
Conversation
Diagnostic diff on typing conformance testsNo changes detected when running ty on typing conformance tests ✅ |
|
4610c5a to
5462dff
Compare
2f735b5 to
b0de068
Compare
5462dff to
d6da474
Compare
b0de068 to
18d1249
Compare
CodSpeed Performance ReportMerging #22336 will not alter performanceComparing Summary
Footnotes
|
d6da474 to
52e567f
Compare
f088968 to
d9f3bf0
Compare
52e567f to
e85f6d9
Compare
d9f3bf0 to
e82bb0e
Compare
e85f6d9 to
f3b7fca
Compare
e82bb0e to
0cfdb33
Compare
f3b7fca to
6a035c0
Compare
0cfdb33 to
7453141
Compare
6a035c0 to
c04ecea
Compare
7453141 to
bf0e7d2
Compare
c04ecea to
5220cf7
Compare
bf0e7d2 to
742c1b6
Compare
5220cf7 to
a28374a
Compare
4aa86a6 to
a182de6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Similar to #22327, but for functional dataclasses.