Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@jason-simmons
Copy link
Member

This test failure had been seen in some recent auto-roller jobs on CI.

This test failure had been seen in some recent auto-roller jobs on CI.
@jason-simmons jason-simmons requested a review from zanderso July 27, 2024 23:43
final io.File file =
io.File(path.join(hostDebug.path, 'compile_commands.json'));
file.writeAsString(
file.writeAsStringSync(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd expect that an unawaited futures lint would have caught this

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Dart analyzer's unawaited_futures check does warn about this.

But that check was disabled due to false positives (see https://github.com/flutter/engine/blob/main/analysis_options.yaml#L197)

@jason-simmons jason-simmons added the autosubmit Merge PR when tree becomes green via auto submit App label Jul 28, 2024
@auto-submit auto-submit bot merged commit f0effaa into flutter:main Jul 28, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jul 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

autosubmit Merge PR when tree becomes green via auto submit App

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants