commit | 6051eff032cba952f0235c1ec574afa1f76df21c | [log] [tgz] |
---|---|---|
author | Alexander Thomas <athom@google.com> | Thu Jan 13 08:35:12 2022 +0000 |
committer | Alexander Thomas <athom@google.com> | Thu Jan 13 08:35:12 2022 +0000 |
tree | bf5706baf7f44f2dcb881747c3755f41683ebe39 | |
parent | 6e30e5a7f62188986b0658b9fc8d5f2e85554670 [diff] |
[co19] Roll co19 to 143ad7f74919b132951e447a547236e991d9f900 2022-01-12 sgrekhov@unipro.ru dart-lang/co19#1259. Roll failures fixed 2022-01-12 sgrekhov@unipro.ru dart-lang/co19#1258. Enhanced Enums semantics tests rewritten according to changed spec 2022-01-12 sgrekhov@unipro.ru Fixes dart-lang/co19#1261. Expected result value fixed 2022-01-11 sgrekhov@unipro.ru dart-lang/co19#1259. Different roll failures fixed (mainly typos) 2022-01-11 sgrekhov@unipro.ru Fixes dart-lang/co19#1247. Allow positional parameters with the different name than in superclass 2022-01-10 sgrekhov@unipro.ru Fixes dart-lang/co19#1248. Add additional error expectation 2022-01-10 sgrekhov@unipro.ru Fixes dart-lang/co19#1256. Use correct type of super parameters. Expect an error if the type is wrong 2022-01-10 sgrekhov@unipro.ru Fixes dart-lang/co19#1255. Use nullable type parameter for type check 2022-01-10 sgrekhov@unipro.ru Fixes dart-lang/co19#1254. Typo fixed 2022-01-10 sgrekhov@unipro.ru Fixes dart-lang/co19#1253. Typo fixed 2022-01-10 sgrekhov@unipro.ru Fixes dart-lang/co19#1252. Typo fixed 2022-01-10 sgrekhov@unipro.ru Fixes dart-lang/co19#1251. Default value is added to non-nullable optional argument 2022-01-10 sgrekhov@unipro.ru Fixes dart-lang/co19#1250. Named parameter made named in a constructor call 2022-01-10 sgrekhov@unipro.ru Fixes dart-lang/co19#1249. Missed superconstructor added 2022-01-10 sgrekhov@unipro.ru Fixes dart-lang/co19#1246. Use correct type for type inference 2021-12-28 rmacnak@google.com Avoid sender making more progress than the receiver in Isolate/pause_A01_t01/2. (dart-lang/co19#1242) 2021-12-28 sgrekhov@unipro.ru Fixes dart-lang/co19#1243. Runtime type checks added to typed_data tests 2021-12-27 sgrekhov@unipro.ru dart-lang/co19#1243 Runtime type checks added to io and match tests 2021-12-24 sgrekhov@unipro.ru dart-lang/co19#1243 Runtime type checks added 2021-12-23 sgrekhov@unipro.ru dart-lang/co19#1243 Runtime type checks added to Spread collections tests 2021-12-23 sgrekhov@unipro.ru dart-lang/co19#1243 Runtime type checks moved to Expect class 2021-12-23 sgrekhov@unipro.ru dart-lang/co19#1243 Runtime type checks added to Set literals tests 2021-12-23 sgrekhov@unipro.ru dart-lang/co19#1243 Runtime type checks added to Expect class 2021-12-22 sgrekhov@unipro.ru dart-lang/co19#1243 Runtime type checks added for nnbd tests 2021-12-22 sgrekhov@unipro.ru dart-lang/co19#1244 CHECK_TOP_MERGE replaced by CheckTopMerge 2021-12-22 sgrekhov@unipro.ru dart-lang/co19#1243 Runtime type checks added for nnbd tests 2021-12-21 sgrekhov@unipro.ru Fixes dart-lang/co19#1245. Fix checking type of Enum members 2021-12-20 sgrekhov@unipro.ru dart-lang/co19#1243 Runtime type checks added for Control flow collections, Constructor tear-offs and Generic functions as type arguments 2021-12-17 sgrekhov@unipro.ru dart-lang/co19#1243 Runtime checks added for statements which can be optimized to 'true' or 'false' 2021-12-16 irina.arkhipets@gmail.com Issue dart-lang/co19#1244: Utils functions updated according to the Effective Dart Guide, relative tests updated accordingly. 2021-12-16 sgrekhov@unipro.ru dart-lang/co19#1243 Runtime checks added for statements which can be optimized to 'true' or 'false' 2021-12-15 sgrekhov@unipro.ru dart-lang/co19#1243 Runtime checks added for statements which can be optimized to 'true' or 'false' 2021-12-15 sgrekhov@unipro.ru dart-lang/co19#1243 Expect.isTrue() is returned back for type checking 2021-12-14 sgrekhov@unipro.ru dart-lang/co19#1243 Runtime checks added for statements which can be optimized to 'true' or 'false' 2021-12-13 irina.arkhipets@gmail.com Issue dart-lang/co19#1094: minor improvement for Utils/test_mode_check 2021-12-13 sgrekhov@unipro.ru dart-lang/co19#1243 Runtime checks added for statements which can be optimized to 'true' or 'false' Cq-Include-Trybots: dart/try:analyzer-nnbd-linux-release-try,dart2js-nnbd-linux-x64-chrome-try,ddc-nnbd-linux-release-chrome-try,front-end-nnbd-linux-release-x64-try,vm-kernel-nnbd-linux-release-x64-try,vm-kernel-nnbd-win-release-x64-try,vm-kernel-precomp-nnbd-linux-release-x64-try Change-Id: I8b2b346600c03061b8b735be874c3f377d70b354 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/227800 Reviewed-by: William Hesse <whesse@google.com>
Dart is:
Optimized for UI: Develop with a programming language specialized around the needs of user interface creation.
Productive: Make changes iteratively: use hot reload to see the result instantly in your running app.
Fast on all platforms: Compile to ARM & x64 machine code for mobile, desktop, and backend. Or compile to JavaScript for the web.
Dart's flexible compiler technology lets you run Dart code in different ways, depending on your target platform and goals:
Dart Native: For programs targeting devices (mobile, desktop, server, and more), Dart Native includes both a Dart VM with JIT (just-in-time) compilation and an AOT (ahead-of-time) compiler for producing machine code.
Dart Web: For programs targeting the web, Dart Web includes both a development time compiler (dartdevc) and a production time compiler (dart2js).
Dart is free and open source.
See LICENSE and PATENT_GRANT.
Visit dart.dev to learn more about the language, tools, and to find codelabs.
Browse pub.dev for more packages and libraries contributed by the community and the Dart team.
Our API reference documentation is published at api.dart.dev, based on the stable release. (We also publish docs from our beta and dev channels, as well as from the primary development branch).
If you want to build Dart yourself, here is a guide to getting the source, preparing your machine to build the SDK, and building.
There are more documents on our wiki.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.