-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Date.isUtc should be property #3444
Comments
This comment was originally written by sammcca...@google.com Oops, year/day etc are already properties, it's just isUtc that is a problem here. (they look like methods in the doc, because they're declared as |
cc @floitschG. |
Set owner to @floitschG. |
This has been fixed some days ago. Added Fixed label. |
… webdev Revisions updated by `dart tools/rev_sdk_deps.dart`. bazel_worker (https://github.com/dart-lang/bazel_worker/compare/c14a268..f7b714e): f7b714e 2023-06-16 Jacob MacDonald add firehose publishing workflow (#76) 0743f11 2023-06-16 Parker Lougheed Require protobuf 3.0.0 and prepare for 1.0.3 release (#75) dartdoc (https://github.com/dart-lang/dartdoc/compare/5799424..793d575): 793d575d 2023-06-14 Sam Rawlins Remove unused coverage feature (#3444) 19ad21a4 2023-06-14 Parker Lougheed Replace `@sealed` meta usage with keyword (#3445) 8e9d89e3 2023-06-12 Sam Rawlins Remove all `@deprecated` elements. (#3250) 2019791c 2023-06-12 dependabot[bot] Bump actions/checkout from 3.5.2 to 3.5.3 (#3442) d34c7067 2023-06-12 dependabot[bot] Bump github/codeql-action from 2.3.6 to 2.13.4 (#3443) http (https://github.com/dart-lang/http/compare/ba7eb60..8c25057): 8c25057 2023-06-16 Nate Bosch Unskip a skipped test (#966) protobuf (https://github.com/dart-lang/protobuf/compare/a9bf79f..e76bd74): e76bd74 2023-06-19 Ömer Sinan Ağacan Remove protoc_plugin exe from repo, update .gitignore (#851) 4b71e60 2023-06-16 Ömer Sinan Ağacan Fix a change in protoc_plugin changelog (#846) f4ffa1d 2023-06-16 Ömer Sinan Ağacan Fix missing protobuf import in grpc files (#845) source_maps (https://github.com/dart-lang/source_maps/compare/dd5b5cd..58eef30): 58eef30 2023-06-12 Kevin Moore Require Dart 3, update lints (#79) tools (https://github.com/dart-lang/tools/compare/8d6e8b8..02b5cc5): 02b5cc5 2023-06-16 Brian Wilkerson Add documentation for server events (#115) 698bfe8 2023-06-15 Elias Yishak Introducing new `Event` class that can be send via `analytics.send(Event event)` (#114) webdev (https://github.com/dart-lang/webdev/compare/81ae77a..b58edb7): b58edb7d 2023-06-16 Elliott Brooks Fix the DCM workflow (#2147) 1551fe6c 2023-06-16 Elliott Brooks Wrap VM service API methods in an error handler to convert any exceptions into type `RPCError` (#2144) 06abe901 2023-06-14 Elliott Brooks Add more tests to daily testing cron job (#2138) 5cb2dcf6 2023-06-13 Elliott Brooks Use new error codes from package:vm_service (#2141) Change-Id: I6779c6d20fbc69e83848f469df3e0b4d21420a9a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/310322 Auto-Submit: Devon Carew <devoncarew@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
This issue was originally filed by sammcca...@google.com
These behave like simple immutable fields, I keep accidentally passing the closure (date.year instead of date.year())
The text was updated successfully, but these errors were encountered: