[co19] Roll co19 to 5f1506d4bc923342791d7e7b747a9b9c598fefe1

2022-09-21 sgrekhov22@gmail.com Fixes dart-lang/co19#1449. Use precise record type, not Record class (dart-lang/co19#1463)
2022-09-21 sgrekhov22@gmail.com Fixesdart-lang/co19#195. Fix RawDatagramSocket tests (dart-lang/co19#1431)
2022-09-20 sgrekhov22@gmail.com Fixes dart-lang/co19#1455. In constant record expression specify collection type (dart-lang/co19#1464)
2022-09-20 sgrekhov22@gmail.com Fixes dart-lang/co19#1456. It's an error to use `void` in a record expression (dart-lang/co19#1460)
2022-09-20 sgrekhov22@gmail.com Fixes dart-lang/co19#1442. Fix Records tests for the case when there is an extension with the same member as record's field (dart-lang/co19#1462)
2022-09-20 sgrekhov22@gmail.com Fixes dart-lang/co19#1451. Typo fixed (dart-lang/co19#1458)
2022-09-20 sgrekhov22@gmail.com Fixes dart-lang/co19#1454. Typo in a records_A02.dart fixed (dart-lang/co19#1461)
2022-09-20 sgrekhov22@gmail.com Fixes dart-lang/co19#1453. Use more precise record type, not Record class (dart-lang/co19#1459)
2022-09-20 sgrekhov22@gmail.com Fixes dart-lang/co19#1450. Missed experimental flag for Records tests added (dart-lang/co19#1457)
2022-09-19 sgrekhov22@gmail.com Fixes dart-lang/co19#1443. Fix wrong syntax in Records tests (dart-lang/co19#1445)
2022-09-19 sgrekhov22@gmail.com Fixes dart-lang/co19#1444. Missed function argument name added (dart-lang/co19#1448)

Change-Id: I5fcb4b8b51666c3e00d0c8e29e4599e174575654
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/260702
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Sergey G. Grekhov 2022-09-23 10:40:07 +00:00 committed by Alexander Thomas
parent 6b1e9bbdfe
commit 10038767ed

2
DEPS
View file

@ -43,7 +43,7 @@ vars = {
# co19 is a cipd package. Use update.sh in tests/co19[_2] to update these
# hashes.
"co19_rev": "fa5126b771b1f2de1bade26f59a7348df0e2f45a",
"co19_rev": "5f1506d4bc923342791d7e7b747a9b9c598fefe1",
# This line prevents conflicts when both packages are rolled simultaneously.
"co19_2_rev": "b2034a17609472e374623f3dbe0efd9f5cb258af",