Skip to content

Conversation

@jason-simmons
Copy link
Member

The most recent Dart SDK includes a change that uses the new dot shorthand syntax in the declaration of a dart:developer API (see https://dart.googlesource.com/sdk/+/489f63a3bd89e89864d95ffa7b8366576e3f0de0)

The DevTools tests are failing in the latest Dart->engine roll because DevTools currently uses version 7.7.1 of the analyzer package. The test scripts are unable to build devtools_app because the older version of the analyzer throws an exception when processing the dot shorthand syntax.

See dart-lang/sdk#61856

…ith the latest Dart SDK

The most recent Dart SDK includes a change that uses the new dot shorthand syntax in the declaration of a dart:developer API (see https://dart.googlesource.com/sdk/+/489f63a3bd89e89864d95ffa7b8366576e3f0de0)

The DevTools tests are failing in the latest Dart->engine roll because DevTools currently uses version 7.7.1 of the analyzer package.  The test scripts are unable to build devtools_app because the older version of the analyzer throws an exception when processing the dot shorthand syntax.

See dart-lang/sdk#61856
@auto-submit auto-submit bot merged commit 351a853 into flutter:main Oct 29, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants