-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
☂️ Digit separators #56188
Labels
area-meta
Cross-cutting, high-level issues (for tracking many other implementation issues, ...).
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
Comments
srawlins
added
area-meta
Cross-cutting, high-level issues (for tracking many other implementation issues, ...).
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
labels
Jul 9, 2024
copybara-service bot
pushed a commit
that referenced
this issue
Jul 15, 2024
Work towards #56188 Cq-Include-Trybots: luci.dart.try:flutter-analyze-try,analyzer-win-release-try,pkg-win-release-try Change-Id: I3a6ed7cb8b61a63c0b2742f408e42e4ae09d732a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/375741 Commit-Queue: Samuel Rawlins <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]>
copybara-service bot
pushed a commit
that referenced
this issue
Jul 15, 2024
Work towards #56188 Cq-Include-Trybots: luci.dart.try:flutter-analyze-try,analyzer-win-release-try,pkg-win-release-try Change-Id: I75897ffdcacd3613b9e5f5095932f514c4653fac Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/375780 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]>
copybara-service bot
pushed a commit
that referenced
this issue
Jul 29, 2024
…rors Work towards #56188 Cq-Include-Trybots: luci.dart.try:flutter-analyze-try,analyzer-win-release-try,pkg-win-release-try Change-Id: I61aeef91c47e9671998668ad857cc2add1f692e3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/377861 Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]>
copybara-service bot
pushed a commit
that referenced
this issue
Aug 14, 2024
Work towards #56188 Cq-Include-Trybots: luci.dart.try:flutter-analyze-try,analyzer-win-release-try,pkg-win-release-try Change-Id: Id3d56ad5870208e15e89ad014a668a1e659b7d75 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/380621 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]>
copybara-service bot
pushed a commit
that referenced
this issue
Aug 15, 2024
Work towards #56188 Cq-Include-Trybots: luci.dart.try:flutter-analyze-try,analyzer-win-release-try,pkg-win-release-try Change-Id: I852c9fe2301c297b8e5ae5b3157153774eaca740 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/380640 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]>
Done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-meta
Cross-cutting, high-level issues (for tracking many other implementation issues, ...).
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
We're adding support for digit separators in number literals. For example:
See the feature specification for full details.
INTEGER_LITERAL_OUT_OF_RANGE
andINTEGER_LITERAL_IMPRECISE_AS_DOUBLE
reporting (https://dart-review.googlesource.com/c/sdk/+/377861)Update analyzer'snot neededfrom_environment_evaluator
prefer_int_literals
with separators (CR 375741)convert_to_int_literal
to handle separators (CR 375741)replace_with_eight_digit_hex
to handle separators (CR 375780)100_
,12_._34
,12_e_34
.The text was updated successfully, but these errors were encountered: