Skip to content

Conversation

davidmorgan
Copy link
Contributor

@davidmorgan davidmorgan commented Oct 2, 2025

Improvements that help with syncing into google3.

Return build errors, it's very common to check them and you currently have to use a log interceptor to do that.

Return success boolean outputs from BuildResult because it's not a public type, deprecate using it directly. Fix #4100

Give a way to set verbose logging.

Copy link

github-actions bot commented Oct 2, 2025

PR Health

Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

This check can be disabled by tagging the PR with skip-changelog-check.

@davidmorgan davidmorgan added the publish-ignore-warnings Ignore warnings in the publish check bot label Oct 2, 2025
Copy link

github-actions bot commented Oct 2, 2025

Package publishing

Package Version Status Publish tag (post-merge)
package:build 4.0.1 already published at pub.dev
package:build_config 1.2.0 already published at pub.dev
package:build_daemon 4.0.5-wip WIP (no publish necessary)
package:build_modules 5.0.18 already published at pub.dev
package:build_runner 2.9.1-wip WIP (no publish necessary)
package:build_test 3.5.0 ready to publish build_test-v3.5.0
package:build_web_compilers 4.2.4 already published at pub.dev
package:scratch_space 1.1.1 already published at pub.dev

Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

@davidmorgan davidmorgan requested a review from jensjoha October 2, 2025 12:17
@davidmorgan davidmorgan marked this pull request as ready for review October 2, 2025 12:17
@davidmorgan davidmorgan merged commit 17e38a6 into dart-lang:master Oct 2, 2025
36 checks passed
@davidmorgan davidmorgan deleted the better-test-results branch October 2, 2025 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
publish-ignore-warnings Ignore warnings in the publish check bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

build_test uses BuildStatus from build_runner_core
2 participants