You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The solution is to make sure the tests use a known experiment. So I'm creating an issue to ask if we could rename all flags in the co19/LanguageFeatures/Static-access-shorthand tests to dot-shorthands and I'll update the DEPS in that PR so we can sync the new flag with the tests using it.
Thanks!
The text was updated successfully, but these errors were encountered:
@kallentu the experimental flag in co19 shorthand tests was updated. I've done a roll, but to the commit prior to this one. So, in your CL, change the co19 revision to b14b080, and this update will only contain changes to experimental flags.
…(and roll co19 to b14b080)
We've decided to rename enum shorthands to dot shorthands. It describes the entire feature better. It's not only for enum values. We'll update the experiment name before the implementation goes in, that way our users can use a flag that matches the actual feature name.
Additionally, roll co19 to b14b0802e696a60c79b00d0f052e26fb986f0faf so we can avoid an infra failure with co19 using what's now an unknown feature flag (enum-shorthands).
2025-02-06 [email protected]Fixesdart-lang/co19#3067. Rename the static access shorthand feature experiment flag (dart-lang/co19#3068)
Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try
Bug: #57037
Change-Id: I031e3bce8166145b24dbb77acf259d78e6e00f0a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/407603
Reviewed-by: Alexander Thomas <[email protected]>
Reviewed-by: Erik Ernst <[email protected]>
Commit-Queue: Kallen Tu <[email protected]>
@sgrekhov
https://dart-review.googlesource.com/c/sdk/+/407603 fails currently because it's hanging from all the co19 tests using
enum-shorthands
which is an unknown experiment flag after we rename it todot-shorthands
.The solution is to make sure the tests use a known experiment. So I'm creating an issue to ask if we could rename all flags in the
co19/LanguageFeatures/Static-access-shorthand
tests todot-shorthands
and I'll update the DEPS in that PR so we can sync the new flag with the tests using it.Thanks!
The text was updated successfully, but these errors were encountered: