Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use TypeError instead of NullThrownError #3416

Merged
merged 4 commits into from Dec 2, 2022
Merged

use TypeError instead of NullThrownError #3416

merged 4 commits into from Dec 2, 2022

Conversation

jakemac53
Copy link
Contributor

This fixes the dev bot failures

@jakemac53
Copy link
Contributor Author

Looks like some additional failures due to unexpected output on stderr when running dart run, because it now does a pub get as a part of that by default?

I will try to figure out the best way to resolve that.

@jakemac53
Copy link
Contributor Author

Filed dart-lang/sdk#50592 on the sdk, skipping these expectations for now.

@jakemac53 jakemac53 merged commit 5e4f4e1 into master Dec 2, 2022
@jakemac53 jakemac53 deleted the use-type-error branch December 2, 2022 18:25
@@ -68,6 +68,9 @@ Future<void> _startServer(String command, List<String> buildArgs,
}

final proc = _process = await Process.start(command, buildArgs);
unawaited(proc.exitCode.then((_) {
Copy link
Member

Choose a reason for hiding this comment

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

How did this come up? Was there a problem when the process died earlier than expected?

simolus3 pushed a commit to simolus3/build that referenced this pull request Dec 11, 2022
* use TypeError instead of NullThrownError

* skip tests checking for no output on stderr until dart-lang/sdk#50592 is resolved

* fix serve tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants