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

Side by Side Diff: CHANGELOG.md

Issue 2758843003: Add simple binary that prints the inferred type information of a single function (Closed)
Patch Set: rebase Created 3 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 | bin/show_inferred_types.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.4
2
3 - Added script to show inferred types of functions and fields on the command
4 line.
5
1 ## 0.5.3+1 6 ## 0.5.3+1
2 7
3 - Improved the stability of `ConstantInfo.id`. 8 - Improved the stability of `ConstantInfo.id`.
4 9
5 ## 0.5.3 10 ## 0.5.3
6 11
7 - Made IDs in the JSON format stable. Improves plain text diffing. 12 - Made IDs in the JSON format stable. Improves plain text diffing.
8 13
9 ## 0.2.7 14 ## 0.2.7
10 - Make dart2js_info strong-mode clean. 15 - Make dart2js_info strong-mode clean.
(...skipping 27 matching lines...) Expand all
38 likely change again in the near future. 43 likely change again in the near future.
39 44
40 ## 0.0.3 45 ## 0.0.3
41 - Added executable names 46 - Added executable names
42 47
43 ## 0.0.2 48 ## 0.0.2
44 - Add support for `ConstantInfo` 49 - Add support for `ConstantInfo`
45 50
46 ## 0.0.1 51 ## 0.0.1
47 - Initial version 52 - Initial version
OLDNEW
« no previous file with comments | « no previous file | bin/show_inferred_types.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698