Skip to content

Commit 04d8f7b

Browse files
committed
Prepare for 0.5.0+3
And dartfmt
1 parent 5dbdab0 commit 04d8f7b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.0+3
2+
3+
* Fixed multi-line error output.
4+
15
## 0.5.0+2
26

37
* Remove an outdated work-around.

lib/src/utils.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ Future<AnalysisContext> getAnalysisContextForProjectPath(
9595

9696
AnalysisEngine.instance.processRequiredPlugins();
9797

98-
var options = new AnalysisOptionsImpl()
99-
..analyzeFunctionBodies = false;
98+
var options = new AnalysisOptionsImpl()..analyzeFunctionBodies = false;
10099

101100
var context = AnalysisEngine.instance.createAnalysisContext()
102101
..analysisOptions = options

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: source_gen
2-
version: 0.5.0+2
2+
version: 0.5.0+3
33
author: Dart Team <[email protected]>
44
description: Automatic sourcecode generation for Dart
55
homepage: https://github.com/dart-lang/source_gen

0 commit comments

Comments
 (0)