Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 6051eff

Browse files
committed
[co19] Roll co19 to 143ad7f74919b132951e447a547236e991d9f900
2022-01-12 [email protected] dart-lang/co19#1259. Roll failures fixed 2022-01-12 [email protected] dart-lang/co19#1258. Enhanced Enums semantics tests rewritten according to changed spec 2022-01-12 [email protected] Fixes dart-lang/co19#1261. Expected result value fixed 2022-01-11 [email protected] dart-lang/co19#1259. Different roll failures fixed (mainly typos) 2022-01-11 [email protected] Fixes dart-lang/co19#1247. Allow positional parameters with the different name than in superclass 2022-01-10 [email protected] Fixes dart-lang/co19#1248. Add additional error expectation 2022-01-10 [email protected] Fixes dart-lang/co19#1256. Use correct type of super parameters. Expect an error if the type is wrong 2022-01-10 [email protected] Fixes dart-lang/co19#1255. Use nullable type parameter for type check 2022-01-10 [email protected] Fixes dart-lang/co19#1254. Typo fixed 2022-01-10 [email protected] Fixes dart-lang/co19#1253. Typo fixed 2022-01-10 [email protected] Fixes dart-lang/co19#1252. Typo fixed 2022-01-10 [email protected] Fixes dart-lang/co19#1251. Default value is added to non-nullable optional argument 2022-01-10 [email protected] Fixes dart-lang/co19#1250. Named parameter made named in a constructor call 2022-01-10 [email protected] Fixes dart-lang/co19#1249. Missed superconstructor added 2022-01-10 [email protected] Fixes dart-lang/co19#1246. Use correct type for type inference 2021-12-28 [email protected] Avoid sender making more progress than the receiver in Isolate/pause_A01_t01/2. (dart-lang/co19#1242) 2021-12-28 [email protected] Fixes dart-lang/co19#1243. Runtime type checks added to typed_data tests 2021-12-27 [email protected] dart-lang/co19#1243 Runtime type checks added to io and match tests 2021-12-24 [email protected] dart-lang/co19#1243 Runtime type checks added 2021-12-23 [email protected] dart-lang/co19#1243 Runtime type checks added to Spread collections tests 2021-12-23 [email protected] dart-lang/co19#1243 Runtime type checks moved to Expect class 2021-12-23 [email protected] dart-lang/co19#1243 Runtime type checks added to Set literals tests 2021-12-23 [email protected] dart-lang/co19#1243 Runtime type checks added to Expect class 2021-12-22 [email protected] dart-lang/co19#1243 Runtime type checks added for nnbd tests 2021-12-22 [email protected] dart-lang/co19#1244 CHECK_TOP_MERGE replaced by CheckTopMerge 2021-12-22 [email protected] dart-lang/co19#1243 Runtime type checks added for nnbd tests 2021-12-21 [email protected] Fixes dart-lang/co19#1245. Fix checking type of Enum members 2021-12-20 [email protected] dart-lang/co19#1243 Runtime type checks added for Control flow collections, Constructor tear-offs and Generic functions as type arguments 2021-12-17 [email protected] dart-lang/co19#1243 Runtime checks added for statements which can be optimized to 'true' or 'false' 2021-12-16 [email protected] Issue dart-lang/co19#1244: Utils functions updated according to the Effective Dart Guide, relative tests updated accordingly. 2021-12-16 [email protected] dart-lang/co19#1243 Runtime checks added for statements which can be optimized to 'true' or 'false' 2021-12-15 [email protected] dart-lang/co19#1243 Runtime checks added for statements which can be optimized to 'true' or 'false' 2021-12-15 [email protected] dart-lang/co19#1243 Expect.isTrue() is returned back for type checking 2021-12-14 [email protected] dart-lang/co19#1243 Runtime checks added for statements which can be optimized to 'true' or 'false' 2021-12-13 [email protected] Issue dart-lang/co19#1094: minor improvement for Utils/test_mode_check 2021-12-13 [email protected] 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 <[email protected]>
1 parent 6e30e5a commit 6051eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ vars = {
4444
# co19 is a cipd package. Use update.sh in tests/co19[_2] to update these
4545
# hashes. It requires access to the dart-build-access group, which EngProd
4646
# has.
47-
"co19_rev": "a4144628905e0d3326b2549c9a1425bfca06c681",
47+
"co19_rev": "143ad7f74919b132951e447a547236e991d9f900",
4848
# This line prevents conflicts when both packages are rolled simultaneously.
4949
"co19_2_rev": "995745937abffe9fc3a6441f9f0db27b2d706e4c",
5050

0 commit comments

Comments
 (0)