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

prep to publish build_runner #3427

Merged
merged 2 commits into from
Dec 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build_config/test/errors_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ line 7, column 11 of build.yaml: Unsupported value for "exclude". type 'Null' is
7 │ -
│ ^
╵''');
});
}, skip: 'https://github.com/dart-lang/build/issues/3428');

test('for empty exclude globs', () {
var buildYaml = r'''
Expand Down
4 changes: 3 additions & 1 deletion build_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 2.3.3-dev
## 2.3.3

- Remove references to `NullThrownError`.

## 2.3.2

Expand Down
2 changes: 1 addition & 1 deletion build_runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_runner
version: 2.3.3-dev
version: 2.3.3
description: A build system for Dart code generation and modular compilation.
repository: https://github.com/dart-lang/build/tree/master/build_runner

Expand Down