From dc35793b32d197270f15f9ec33bd56b409695774 Mon Sep 17 00:00:00 2001 From: "Sergey G. Grekhov" Date: Fri, 7 Oct 2022 10:42:45 +0000 Subject: [PATCH] [co19] Roll co19 to 83feddb44881181ad8f2487080dafe0909517b09 2022-10-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1486. Replace empty records by ones with named fields (dart-lang/co19#1492) 2022-10-04 sgrekhov22@gmail.com dart-lang/co19#1428.Generated Subtyping tests refactored (dart-lang/co19#1471) 2022-10-04 sgrekhov22@gmail.com dart-lang/co19#1429. Remove obsolete experimental flags: named-arguments-anywhere (dart-lang/co19#1441) 2022-10-03 sgrekhov22@gmail.com dart-lang/co19#1399.[Records] `Records.empty` replaced by `()` (dart-lang/co19#1481) 2022-10-03 sgrekhov22@gmail.com Fixes dart-lang/co19#1472. Fix comparison of collections in records tests (dart-lang/co19#1474) 2022-09-30 sgrekhov22@gmail.com dart-lang/co19#1430. Don't run tests that checks iteration order for HasSet (dart-lang/co19#1476) Change-Id: I2dcc4e0e9247d1b7db2b3929bd162e5dae727f83 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/263120 Reviewed-by: Alexander Thomas --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index e0a9745fdf3..118bd3709b4 100644 --- a/DEPS +++ b/DEPS @@ -51,7 +51,7 @@ vars = { # co19 is a cipd package. Use update.sh in tests/co19[_2] to update these # hashes. - "co19_rev": "7f9c5d2552ae31efc6f8105b7202496755e9661f", + "co19_rev": "83feddb44881181ad8f2487080dafe0909517b09", # This line prevents conflicts when both packages are rolled simultaneously. "co19_2_rev": "17f2b4079f55bb5beb8f8301970089c290590ae4",