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

Side by Side Diff: CHANGELOG.md

Issue 977943005: update mirror-based crawling to only run from relative path libraries that are unreachable by the m… (Closed) Base URL: git@github.com:dart-lang/static-init.git@master
Patch Set: remove unused method and add todo 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/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+3
2
3 * Fix up mirror based import crawling so it detects dartium and only crawl all
4 libraries in the mirror system in that case.
5
1 ## 0.5.1+2 6 ## 0.5.1+2
2 7
3 * Fix handling of exported libraries. Specifically, annotations on exported 8 * Fix handling of exported libraries. Specifically, annotations on exported
4 libraries will now be reached and imports in exported libraries will now be 9 libraries will now be reached and imports in exported libraries will now be
5 reached. 10 reached.
6 * Add support for scripts living in html imports without adding an html 11 * Add support for scripts living in html imports without adding an html
7 dependency by crawling all libraries in the mirror system in reverse order, 12 dependency by crawling all libraries in the mirror system in reverse order,
8 instead of just the root one. 13 instead of just the root one.
9 14
10 ## 0.5.1+1 15 ## 0.5.1+1
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 75
71 ## 0.1.0+1 76 ## 0.1.0+1
72 77
73 Quick fix for the transformer on windows. 78 Quick fix for the transformer on windows.
74 79
75 ## 0.1.0 80 ## 0.1.0
76 81
77 Initial beta release. There is one notable missing feature in the release 82 Initial beta release. There is one notable missing feature in the release
78 regarding constructor arguments, see 83 regarding constructor arguments, see
79 [5](https://github.com/dart-lang/initialize/issues/5). 84 [5](https://github.com/dart-lang/initialize/issues/5).
OLDNEW
« no previous file with comments | « no previous file | lib/src/mirror_loader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698