Skip to content

Commit e47ac38

Browse files
stereotype441commit-bot@chromium.org
authored andcommitted
Prepare to publish analyzer 0.36.4
Change-Id: I90da29f75e94666b199df2802570e9496c404cfa Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/107141 Commit-Queue: Paul Berry <paulberry@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
1 parent a80b327 commit e47ac38

4 files changed

Lines changed: 13 additions & 8 deletions

File tree

pkg/analyzer/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.36.4-dev (not yet published)
1+
## 0.36.4
22
* Deprecated the `isNonNullableUnit` parameter of the `TypeResolverVisitor`
33
constructor. TypeResolverVisitor should now be configured using the
44
`featureSet` parameter.
@@ -26,6 +26,11 @@
2626
`parseString`, it is much more efficient than `parseFile`.
2727
* Added more specific deprecation notices to `package:analyzer/analyzer.dart` to
2828
direct clients to suitable replacements.
29+
* Deprecated the enable flags `bogus-disabled` and `bogus-enabled`. Clients
30+
should not be relying on the presence of these flags.
31+
* Deprecated the constructor parameter
32+
ConstantEvaluationEngine.forAnalysisDriver, which no longer has any effect.
33+
* Deprecated ElementImpl.RIGHT_ARROW.
2934

3035
## 0.36.3
3136
* Deprecated `AstFactory.compilationUnit`. In a future analyzer release, this

pkg/analyzer/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: analyzer
2-
version: 0.36.4-dev
2+
version: 0.36.4
33
author: Dart Team <misc@dartlang.org>
44
description: Static analyzer for Dart.
55
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
@@ -11,10 +11,10 @@ dependencies:
1111
collection: ^1.10.1
1212
convert: ^2.0.0
1313
crypto: '>=1.1.1 <3.0.0'
14-
front_end: 0.1.18
14+
front_end: 0.1.19
1515
glob: ^1.0.3
1616
html: '>=0.13.4+1 <0.15.0'
17-
kernel: 0.3.18
17+
kernel: 0.3.19
1818
meta: ^1.0.2
1919
package_config: '>=0.1.5 <2.0.0'
2020
path: '>=0.9.0 <2.0.0'

pkg/front_end/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name: front_end
22
# Currently, front_end API is not stable and users should not
33
# depend on semver semantics when depending on this package.
4-
version: 0.1.18
4+
version: 0.1.19
55
author: Dart Team <misc@dartlang.org>
66
description: Front end for compilation of Dart code.
77
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/front_end
88
environment:
99
sdk: '>=2.1.0-dev.5.0 <3.0.0'
1010
dependencies:
11-
kernel: 0.3.18
11+
kernel: 0.3.19
1212
package_config: '^1.0.1'
1313
path: '^1.3.9'
1414
yaml: '^2.1.12'
1515
dev_dependencies:
16-
analyzer: 0.36.3
16+
analyzer: 0.36.4
1717
args: '>=0.13.0 <2.0.0'
1818
build_integration:
1919
path: ../build_integration

pkg/kernel/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: kernel
22
# Currently, kernel API is not stable and users should
33
# not depend on semver semantics when depending on this package.
4-
version: 0.3.18
4+
version: 0.3.19
55
author: Dart Team <misc@dartlang.org>
66
description: Dart IR (Intermediate Representation)
77
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/kernel

0 commit comments

Comments
 (0)