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

Issue 8966026: When generating the error message, don't overrun args.nodes . (Closed)

Created:
9 years ago by dgrove
Modified:
9 years ago
Reviewers:
jimhug
CC:
reviews_dartlang.org
Visibility:
Public.

Description

When generating the error message, don't overrun args.nodes . BUG=775 Committed: https://code.google.com/p/dart/source/detail?r=2528

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 4

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -2 lines) Patch
M frog/member.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M frog/minfrog View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A tests/language/src/Constructor3NegativeTest.dart View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
dgrove
9 years ago (2011-12-16 17:22:02 UTC) #1
jimhug
http://codereview.chromium.org/8966026/diff/3001/frog/member.dart File frog/member.dart (right): http://codereview.chromium.org/8966026/diff/3001/frog/member.dart#newcode962 frog/member.dart:962: (i >= args.nodes.length) ? null : args.nodes[i].span); A better ...
9 years ago (2011-12-16 17:29:39 UTC) #2
dgrove
http://codereview.chromium.org/8966026/diff/3001/frog/member.dart File frog/member.dart (right): http://codereview.chromium.org/8966026/diff/3001/frog/member.dart#newcode962 frog/member.dart:962: (i >= args.nodes.length) ? null : args.nodes[i].span); On 2011/12/16 ...
9 years ago (2011-12-16 17:49:53 UTC) #3
jimhug
9 years ago (2011-12-16 17:51:33 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698