Skip to content

The >> operator is inconsistent between Dartium and dart2js when the source number is negative #11521

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

Closed
DartBot opened this issue Jun 26, 2013 · 1 comment
Labels
closed-duplicate Closed in favor of an existing report

Comments

@DartBot
Copy link

DartBot commented Jun 26, 2013

This issue was originally filed by [email protected]


print("${((-1) >> 1)}"); displays -1 in Dartium and 4294967295 in javascript

@kasperl
Copy link

kasperl commented Jun 26, 2013

Thanks for the report! We are aware of the issue -- this is a duplicate of issue #1186.


Added Duplicate label.
Marked as being merged into #1186.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-duplicate Closed in favor of an existing report
Projects
None yet
Development

No branches or pull requests

2 participants