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.
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
Equals initializer syntax #1580
Equals initializer syntax #1580
Changes from 57 commits
89505d9
b9e5f52
5021ab5
2c00c20
436ab1f
4e41dee
99fdf82
bd7522a
bf3ad07
2270109
78eacad
1485833
cd1bafe
67e545e
09ba2d1
cdf8450
753ec48
a5d4b7a
2eb7412
93063cb
437d89e
fd7f18e
1be1651
346a00e
5909324
e3b9622
fbed653
294c3d0
3752f25
0e4ccf4
d20706a
6a56de7
36d6926
3a5015a
2c4d21f
897a5f6
4b4f428
90f2e3f
e43a51f
088dab0
2b7326f
c6eeb70
8363483
c4f4540
06617d1
ebdb0b3
fb2b57d
2df3c8f
a4baf3f
8cc6fec
80b0d5f
ae346b1
b9d8ab8
e8162ee
2341c55
e982955
8a130e4
b594f91
a9798d9
63d2fa0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
This not a problem for brace lists in C/C++, but it might become a problem for tuples in Python. That is a problem for another day though...
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.
That's true. I'm not sure it makes sense to add a dedicated syntax for Python tuples anyway... It sounds like it would be rarely used.