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

Issue 9349014: Fix NPE in parser. (Closed)

Created:
8 years, 10 months ago by ahe
Modified:
8 years, 10 months ago
CC:
reviews_dartlang.org, kasperl, floitsch, karlklose
Visibility:
Public.

Description

Patch Set 1 : changes #

Total comments: 2

Patch Set 2 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M dart/frog/leg/scanner/parser.dart View 1 1 chunk +8 lines, -1 line 0 comments Download
M dart/tests/language/src/SyntaxTest.dart View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ahe
8 years, 10 months ago (2012-02-07 13:28:08 UTC) #1
ngeoffray
LGTM https://chromiumcodereview.appspot.com/9349014/diff/1003/dart/frog/leg/scanner/parser.dart File dart/frog/leg/scanner/parser.dart (right): https://chromiumcodereview.appspot.com/9349014/diff/1003/dart/frog/leg/scanner/parser.dart#newcode320 dart/frog/leg/scanner/parser.dart:320: if (beginGroupToken.endGroup !== null) { Please add a ...
8 years, 10 months ago (2012-02-07 13:40:26 UTC) #2
ahe
8 years, 10 months ago (2012-02-07 14:24:47 UTC) #3
Thank you, Nicolas.

https://chromiumcodereview.appspot.com/9349014/diff/1003/dart/frog/leg/scanne...
File dart/frog/leg/scanner/parser.dart (right):

https://chromiumcodereview.appspot.com/9349014/diff/1003/dart/frog/leg/scanne...
dart/frog/leg/scanner/parser.dart:320: if (beginGroupToken.endGroup !== null) {
On 2012/02/07 13:40:27, ngeoffray wrote:
> Please add a comment that you're considering the following tokens as not being
> part of the type variables.

Done.

Powered by Google App Engine
This is Rietveld 408576698