Skip to content
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

Support fixed-sized integers that are limited to 64 bits in the analyzer #31635

Closed
bwilkerson opened this issue Dec 13, 2017 · 2 comments
Closed
Assignees
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P1 A high priority bug; for example, a single project is unusable or has many test failures

Comments

@bwilkerson
Copy link
Member

This likely only requires generating an error if a literal exceeds the limits, but that needs to be verified.

@bwilkerson bwilkerson added area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P1 A high priority bug; for example, a single project is unusable or has many test failures labels Dec 13, 2017
@bwilkerson bwilkerson self-assigned this Dec 30, 2017
@bwilkerson
Copy link
Member Author

CL out for review: https://dart-review.googlesource.com/c/sdk/+/31841

@bwilkerson
Copy link
Member Author

Committed

@devoncarew devoncarew added this to the 2.0-alpha2 milestone Jan 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P1 A high priority bug; for example, a single project is unusable or has many test failures
Projects
None yet
Development

No branches or pull requests

2 participants