Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Reconsider adding &, | and ^ as operators on bool. #30740

Closed
lrhn opened this issue Sep 15, 2017 · 2 comments
Closed

Reconsider adding &, | and ^ as operators on bool. #30740

lrhn opened this issue Sep 15, 2017 · 2 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-2 library-core

Comments

@lrhn
Copy link
Member

lrhn commented Sep 15, 2017

See: #27396, #7934, #1080, #530

@lrhn lrhn added area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-m library-core labels Sep 15, 2017
@floitschG floitschG added core-2 and removed core-m labels Sep 18, 2017
@jeffque
Copy link

jeffque commented Nov 6, 2019

I have this comment of yours in another issue (about 1 year and 2 months after creating this issue):

For the record, since Dart 2.1, the bool class has had non-short-circuit operators &, | and ^.

So, this one is outdated, right? This should then be closed, as the bitwise operators are now available

@eernstg
Copy link
Member

eernstg commented Nov 6, 2019

Right, thanks!

@eernstg eernstg closed this as completed Nov 6, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-2 library-core
Projects
None yet
Development

No branches or pull requests

4 participants