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

Issue 100603011: Add GrowableObjectArray::ToUserCString(). (Closed)

Created:
7 years ago by turnidge
Modified:
7 years ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add GrowableObjectArray::ToUserCString(). Prints a decent representation of a list, subject to length constraints. Prints the length of the list if it is truncated. e.g. [] [1,2,3] ["0123456789",...](length:4) R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=31144

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -35 lines) Patch
runtime/vm/object.h View 1 2 4 chunks +13 lines, -3 lines 0 comments Download
runtime/vm/object.cc View 1 2 5 chunks +131 lines, -29 lines 0 comments Download
runtime/vm/object_test.cc View 1 2 2 chunks +54 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
turnidge
7 years ago (2013-12-11 04:41:24 UTC) #1
Cutch
lgtm with nit addressed. https://codereview.chromium.org/100603011/diff/20001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/100603011/diff/20001/runtime/vm/object.cc#newcode15404 runtime/vm/object.cc:15404: char trunc_suffix[16]; const intptr_t kTruncSuffixLen ...
7 years ago (2013-12-13 19:22:46 UTC) #2
turnidge
https://codereview.chromium.org/100603011/diff/20001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/100603011/diff/20001/runtime/vm/object.cc#newcode15404 runtime/vm/object.cc:15404: char trunc_suffix[16]; On 2013/12/13 19:22:46, Cutch wrote: > const ...
7 years ago (2013-12-13 19:29:58 UTC) #3
turnidge
7 years ago (2013-12-13 19:36:44 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r31144 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698