build icon indicating copy to clipboard operation
build copied to clipboard

Unavailable builder package changed from warning to error

Open davidmorgan opened this issue 3 months ago • 1 comments

Reported here https://github.com/dart-lang/build/issues/4035#issuecomment-3364639547

davidmorgan avatar Oct 03 '25 08:10 davidmorgan

This is definitely a regression.

That said, I'm not seeing a use case to allow build.yaml files that reference builders in other packages without also having a dependency on that other package ... why not just move the build.yaml to that package?

Let's see how widespread this is before figuring out if it's worth going back to the warning vs keeping it an error.

If this affects you can disable the problem build.yaml by creating one in your own package to override it.

e.g. to disable circle_flags create an empty file called circle_flags.build.yaml in your package.

davidmorgan avatar Oct 03 '25 08:10 davidmorgan