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

Side by Side Diff: CHANGELOG.md

Issue 1004033004: Fix initialize transformer crash on some programs (Closed) Base URL: git@github.com:dart-lang/static-init.git@master
Patch Set: Created 5 years, 9 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 | lib/build/initializer_plugin.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 ## 0.5.1+5
2
3 * Fix an issue where for certain programs the transformer could fail,
4 [33](https://github.com/dart-lang/polymer-dart/issues/33).
5
6
1 ## 0.5.1+4 7 ## 0.5.1+4
2 8
3 * Update to use mock dart sdk from `code_transformers` and update the `analyzer` 9 * Update to use mock dart sdk from `code_transformers` and update the `analyzer`
4 and `code_transformers` dependencies. 10 and `code_transformers` dependencies.
5 11
6 ## 0.5.1+3 12 ## 0.5.1+3
7 13
8 * Fix up mirror based import crawling so it detects dartium and only crawl all 14 * Fix up mirror based import crawling so it detects dartium and only crawl all
9 libraries in the mirror system in that case. 15 libraries in the mirror system in that case.
10 16
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 86
81 ## 0.1.0+1 87 ## 0.1.0+1
82 88
83 Quick fix for the transformer on windows. 89 Quick fix for the transformer on windows.
84 90
85 ## 0.1.0 91 ## 0.1.0
86 92
87 Initial beta release. There is one notable missing feature in the release 93 Initial beta release. There is one notable missing feature in the release
88 regarding constructor arguments, see 94 regarding constructor arguments, see
89 [5](https://github.com/dart-lang/initialize/issues/5). 95 [5](https://github.com/dart-lang/initialize/issues/5).
OLDNEW
« no previous file with comments | « no previous file | lib/build/initializer_plugin.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698