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

Issue 8523036: Report an error when Dart_ListGetAsBytes does not get an integer list. (Closed)

Created:
9 years, 1 month ago by siva
Modified:
9 years, 1 month ago
Reviewers:
turnidge
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Report an error when Dart_ListGetAsBytes does not get an integer list. Committed: https://code.google.com/p/dart/source/detail?r=1585

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -2 lines) Patch
M vm/dart_api_impl.cc View 4 chunks +10 lines, -2 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
siva
9 years, 1 month ago (2011-11-16 18:54:40 UTC) #1
turnidge
lgtm, one small question. http://codereview.chromium.org/8523036/diff/1/vm/dart_api_impl.cc File vm/dart_api_impl.cc (right): http://codereview.chromium.org/8523036/diff/1/vm/dart_api_impl.cc#newcode1132 vm/dart_api_impl.cc:1132: "a list of integers", CURRENT_FUNC); ...
9 years, 1 month ago (2011-11-16 18:56:45 UTC) #2
siva
9 years, 1 month ago (2011-11-16 18:59:08 UTC) #3
http://codereview.chromium.org/8523036/diff/1/vm/dart_api_impl.cc
File vm/dart_api_impl.cc (right):

http://codereview.chromium.org/8523036/diff/1/vm/dart_api_impl.cc#newcode1132
vm/dart_api_impl.cc:1132: "a list of integers", CURRENT_FUNC);
Our official type name is int, maybe I should re word it as "a list of int" what
do you think?

On 2011/11/16 18:56:45, turnidge wrote:
> I don't know if we capitalize Integer here or not.

Powered by Google App Engine
This is Rietveld 408576698