build
build copied to clipboard
Unavailable builder package changed from warning to error
Reported here https://github.com/dart-lang/build/issues/4035#issuecomment-3364639547
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.