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

Issue 23087004: Improve DartDocs for dart:core classes that may not be extended or implemented. (Closed)

Created:
7 years, 4 months ago by rmacnak
Modified:
7 years, 4 months ago
Reviewers:
Kathy Walrath, ahe, gbracha
CC:
reviews_dartlang.org, Lasse Reichstein Nielsen, floitsch
Visibility:
Public.

Description

Improve DartDocs for dart:core classes that may not be extended or implemented. R=ahe@google.com, gbracha@google.com, kathyw@google.com Committed: https://code.google.com/p/dart/source/detail?r=26216

Patch Set 1 : #

Total comments: 3

Patch Set 2 : use an abstract bool.toString() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -6 lines) Patch
M runtime/lib/bool_patch.dart View 1 1 chunk +3 lines, -0 lines 0 comments Download
M sdk/lib/core/bool.dart View 1 1 chunk +13 lines, -0 lines 0 comments Download
M sdk/lib/core/double.dart View 1 chunk +5 lines, -1 line 0 comments Download
M sdk/lib/core/int.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M sdk/lib/core/null.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M sdk/lib/core/num.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M sdk/lib/core/string.dart View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
rmacnak
7 years, 4 months ago (2013-08-15 19:52:47 UTC) #1
gbracha
lgtm
7 years, 4 months ago (2013-08-15 19:57:06 UTC) #2
ahe
I like the improved documentation, but something smells wrong about bool.toString having an implementation. https://codereview.chromium.org/23087004/diff/3001/sdk/lib/core/bool.dart ...
7 years, 4 months ago (2013-08-15 20:02:54 UTC) #3
rmacnak
https://codereview.chromium.org/23087004/diff/3001/sdk/lib/core/bool.dart File sdk/lib/core/bool.dart (right): https://codereview.chromium.org/23087004/diff/3001/sdk/lib/core/bool.dart#newcode21 sdk/lib/core/bool.dart:21: * Returns [:"true":] if the receiver is [:true:], or ...
7 years, 4 months ago (2013-08-15 20:14:11 UTC) #4
ahe
lgtm https://codereview.chromium.org/23087004/diff/3001/sdk/lib/core/bool.dart File sdk/lib/core/bool.dart (right): https://codereview.chromium.org/23087004/diff/3001/sdk/lib/core/bool.dart#newcode21 sdk/lib/core/bool.dart:21: * Returns [:"true":] if the receiver is [:true:], ...
7 years, 4 months ago (2013-08-15 20:15:54 UTC) #5
Kathy Walrath
lgtm
7 years, 4 months ago (2013-08-15 20:49:20 UTC) #6
rmacnak
7 years, 4 months ago (2013-08-15 20:53:28 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r26216 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698