-
Notifications
You must be signed in to change notification settings - Fork 713
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
Add >>> operator (new in 2.14) #3541
Conversation
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 all looks great and makes sense to me :)
I'm not sure all users will understand exactly what >>>
does from just the examples, but the other bitwise operators are lacking similar details as well. Perhaps that's a location for improvement in the future or a separate tutorial/article.
Yeah, I went with the same minimalism as before. I tried to come up with a better example, but we figured that |
I think the build break for stable tests is due to requiring 2.14 (for |
I'd say so, yes. LGTM. |
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
@googlebot I consent. |
3e03c54
to
4dcedf2
Compare
I rebased to fix the We can either keep Edit: Now that 2.14.1 has been released to the beta channel as well, this can be switched back to simply 2.14.0 :) |
Visit the preview URL for this PR (updated for commit 54f2f8c): https://dart-dev--pr3541-kw-triple-shift-exagjh06.web.app (expires Wed, 15 Sep 2021 14:15:31 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: d851bc446d3c4d7394c5406c6f07255afc7075f3 |
When I was taking another look before I merged this in, but I noticed we have a section on compound assignment operators, and it seems |
I asked @lrhn, and it sounds like we should indeed be listing |
I'll add |
Closes #3455
Staged: https://kw-staging-dartlang-2.web.app/guides/language/language-tour