Skip to content

Commit

Permalink
Support latest analyzer
Browse files Browse the repository at this point in the history
and one nit about annotating overrides
  • Loading branch information
kevmoo committed Oct 14, 2016
1 parent 7006211 commit 7508fe6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changelog
## 0.4.1+1
- Support analyzer 0.29.x

## 0.4.1
- Support analyzer 0.28.x
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build
version: 0.4.1
version: 0.4.1+1
description: A build system for Dart.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/build
Expand All @@ -8,7 +8,7 @@ environment:
sdk: '>=1.9.1 <2.0.0'

dependencies:
analyzer: ">=0.27.1 <0.29.0"
analyzer: ">=0.27.1 <0.30.0"
barback: ^0.15.0
code_transformers: ^0.4.1
crypto: ">=0.9.2 <3.0.0"
Expand Down
1 change: 1 addition & 0 deletions test/analyzer/resolver_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class ResolversSpy implements Resolvers {
new code_transformers.Resolvers(code_transformers.dartSdkDirectory,
useSharedSources: true);

@override
Future<Resolver> get(BuildStep buildStep, List<AssetId> entryPoints,
bool resolveAllConstants) async {
lastResolved = await _resolvers.get(toBarbackTransform(buildStep),
Expand Down

0 comments on commit 7508fe6

Please sign in to comment.