Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Side by Side Diff: pkg/analyzer/CHANGELOG.md

Issue 2115173002: fix #25220, infer generic type from constructor arguments (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: update tests to be AST summary friendly Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/generated/resolver.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## Next release
2 * Strong mode breaking change: can now infer generic type arguments from the con structor invocation arguments (#25220).
3
1 ## 0.27.4-alpha.16 4 ## 0.27.4-alpha.16
2 * (Internal) Corresponds with the analyzer/server in the `1.18.0-dev.4.0` SDK. 5 * (Internal) Corresponds with the analyzer/server in the `1.18.0-dev.4.0` SDK.
3 6
4 ## 0.27.4-alpha.9 7 ## 0.27.4-alpha.9
5 * Restore EmbedderUriResolver API. 8 * Restore EmbedderUriResolver API.
6 9
7 ## 0.27.4-alpha.8 10 ## 0.27.4-alpha.8
8 * Ignore processing performance improvements. 11 * Ignore processing performance improvements.
9 * EmbedderUriResolver API updates. 12 * EmbedderUriResolver API updates.
10 13
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 ## 0.22.0 146 ## 0.22.0
144 147
145 New API: 148 New API:
146 149
147 * `Source.uri` added. 150 * `Source.uri` added.
148 151
149 Breaking changes: 152 Breaking changes:
150 153
151 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 154 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
152 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 155 * `Source.resolveRelative` replaced with `resolveRelativeUri`.
OLDNEW
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/generated/resolver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698