From d3dfa8c4d50506f6dae7c606169d684cf2742fc0 Mon Sep 17 00:00:00 2001 From: Jake Macdonald Date: Fri, 1 Sep 2023 17:13:07 +0000 Subject: [PATCH 1/2] fix broken link --- build_runner/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_runner/README.md b/build_runner/README.md index b0edf0cac..ebef6ee29 100644 --- a/build_runner/README.md +++ b/build_runner/README.md @@ -226,7 +226,7 @@ $ dart run test [Bazel]: https://bazel.build/ [`package:build`]: https://pub.dev/packages/build -[analysis_options]: https://github.com/dart-lang/build/blob/master/analysis_options.yaml +[analysis_options]: https://github.com/dart-lang/build/blob/master/analysis/analysis_options.yaml [builder]: https://pub.dev/documentation/build/latest/build/Builder-class.html [run_fn]: https://pub.dev/documentation/build_runner/latest/build_runner/run.html From 1d52cc0c670f765efeff54b71a76183d7fd09bd4 Mon Sep 17 00:00:00 2001 From: Jake Macdonald Date: Fri, 1 Sep 2023 17:16:51 +0000 Subject: [PATCH 2/2] remove link to barback page that no longer exists --- docs/transforming_code.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/transforming_code.md b/docs/transforming_code.md index 7b6de6a62..7915d9d3e 100644 --- a/docs/transforming_code.md +++ b/docs/transforming_code.md @@ -1,12 +1,10 @@ # Transforming code with `build` and `build_runner` -Unlike the [old `barback` and `pub`][pub] asset systems, it's not permitted to +Unlike the old `barback` and `pub` asset systems, it's not permitted to overwrite or otherwise transform existing on-disk files as part of the build process, and our newer build tools and packages will throw exceptions if this is attempted. -[pub]: https://dart.dev/tools/pub/obsolete - ## Examples