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

Issue 10823390: Full typedef support in dartdoc. (Closed)

Created:
8 years, 4 months ago by Johnni Winther
Modified:
8 years, 4 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Full typedef support in dartdoc. Committed: https://code.google.com/p/dart/source/detail?r=11024

Patch Set 1 #

Patch Set 2 : Removed null check #

Total comments: 14

Patch Set 3 : Updated cf. comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -27 lines) Patch
M pkg/dartdoc/dartdoc.dart View 1 2 4 chunks +12 lines, -9 lines 0 comments Download
M pkg/dartdoc/mirrors/dart2js_mirror.dart View 1 2 8 chunks +18 lines, -11 lines 0 comments Download
M tests/compiler/dart2js/mirrors_test.dart View 1 2 2 chunks +8 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Johnni Winther
https://chromiumcodereview.appspot.com/10823390/diff/2001/tests/compiler/dart2js/mirrors_test.dart File tests/compiler/dart2js/mirrors_test.dart (right): https://chromiumcodereview.appspot.com/10823390/diff/2001/tests/compiler/dart2js/mirrors_test.dart#newcode32 tests/compiler/dart2js/mirrors_test.dart:32: var compilation = new Compilation.library([inputPath], libPath); This will make ...
8 years, 4 months ago (2012-08-17 13:54:27 UTC) #1
Johnni Winther
PTAL
8 years, 4 months ago (2012-08-21 07:57:54 UTC) #2
Lasse Reichstein Nielsen
lgtm
8 years, 4 months ago (2012-08-21 08:22:47 UTC) #3
ahe
lgtm http://codereview.chromium.org/10823390/diff/2001/pkg/dartdoc/dartdoc.dart File pkg/dartdoc/dartdoc.dart (right): http://codereview.chromium.org/10823390/diff/2001/pkg/dartdoc/dartdoc.dart#newcode795 pkg/dartdoc/dartdoc.dart:795: assert(type is TypedefMirror); This is one of the ...
8 years, 4 months ago (2012-08-21 08:50:28 UTC) #4
Johnni Winther
https://chromiumcodereview.appspot.com/10823390/diff/2001/pkg/dartdoc/dartdoc.dart File pkg/dartdoc/dartdoc.dart (right): https://chromiumcodereview.appspot.com/10823390/diff/2001/pkg/dartdoc/dartdoc.dart#newcode795 pkg/dartdoc/dartdoc.dart:795: assert(type is TypedefMirror); On 2012/08/21 08:50:28, ahe wrote: > ...
8 years, 4 months ago (2012-08-21 09:30:27 UTC) #5
ahe
8 years, 4 months ago (2012-08-21 10:17:27 UTC) #6
Still LGTM

Powered by Google App Engine
This is Rietveld 408576698