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

Side by Side Diff: CHANGELOG.md

Issue 1006513003: make sure we follow the whole super chain (Closed) Base URL: git@github.com:dart-lang/static-init.git@master
Patch Set: format 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 | « .status ('k') | lib/src/mirror_loader.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+8
2 * Make sure to crawl the entire supertype chain for annotations, and run them
3 in reverse order.
4
1 ## 0.5.1+7 5 ## 0.5.1+7
2 6
3 * Change to source order-crawling of directives instead of alphabetical. The one 7 * Change to source order-crawling of directives instead of alphabetical. The one
4 exception is for `part` directives, those are still crawled in alphabetical 8 exception is for `part` directives, those are still crawled in alphabetical
5 order since we can't currently get the original source order from the mirror 9 order since we can't currently get the original source order from the mirror
6 system. 10 system.
7 11
8 ## 0.5.1+6 12 ## 0.5.1+6
9 13
10 * Fix some analyzer warnings. 14 * Fix some analyzer warnings.
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 101
98 ## 0.1.0+1 102 ## 0.1.0+1
99 103
100 Quick fix for the transformer on windows. 104 Quick fix for the transformer on windows.
101 105
102 ## 0.1.0 106 ## 0.1.0
103 107
104 Initial beta release. There is one notable missing feature in the release 108 Initial beta release. There is one notable missing feature in the release
105 regarding constructor arguments, see 109 regarding constructor arguments, see
106 [5](https://github.com/dart-lang/initialize/issues/5). 110 [5](https://github.com/dart-lang/initialize/issues/5).
OLDNEW
« no previous file with comments | « .status ('k') | lib/src/mirror_loader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698