From 95414252e7df82ee3408814ada07bdc92ab6ef89 Mon Sep 17 00:00:00 2001 From: "Sergey G. Grekhov" Date: Fri, 11 Oct 2024 08:54:01 +0000 Subject: [PATCH] [co19] Roll co19 to dd66678fea1d11bc6295a688ed5f8e726034f762 2024-10-10 sgrekhov22@gmail.com dart-lang/co19#2925. Add comment explaining why the syntax error is not reported in grammar_A05_t01_lib.dart (dart-lang/co19#2931) 2024-10-10 sgrekhov22@gmail.com Fixes dart-lang/co19#2925. Fix expected errors positions in grammar_A05_t01_lib.dart (dart-lang/co19#2929) 2024-10-09 sgrekhov22@gmail.com dart-lang/co19#2923. More tests for import and export library with the same URI. (dart-lang/co19#2928) 2024-10-09 sgrekhov22@gmail.com Fixes dart-lang/co19#2926. Remove unnecessary error expectation from grammar_A04_t01.dart (dart-lang/co19#2927) 2024-10-08 sgrekhov22@gmail.com dart-lang/co19#2923. Add tests for import/exports with the same URI (dart-lang/co19#2924) 2024-10-07 sgrekhov22@gmail.com dart-lang/co19#2825. Fix dotted.library.name syntax in `part of` directive (dart-lang/co19#2922) 2024-10-04 sgrekhov22@gmail.com dart-lang/co19#2559. Add augmenting enum values test. (dart-lang/co19#2921) Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try Change-Id: I81902e4e4eac8a0b0ffd3f20d957aa9bfcc2cdc5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/389700 Reviewed-by: Erik Ernst Commit-Queue: Erik Ernst Reviewed-by: Alexander Thomas --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 3d3f64b9e4f6..d500eb49efc2 100644 --- a/DEPS +++ b/DEPS @@ -54,7 +54,7 @@ vars = { # co19 is a cipd package automatically generated for each co19 commit. # Use tests/co19/update.sh to update this hash. - "co19_rev": "3af31b33ccaf1b56002dbd3df989f6a97b321ae9", + "co19_rev": "dd66678fea1d11bc6295a688ed5f8e726034f762", # The internal benchmarks to use. See go/dart-benchmarks-internal "benchmarks_internal_rev": "3bd6bc6d207dfb7cf687537e819863cf9a8f2470",