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

Issue 2838983002: Fix a pair of issues in the Dart code for the front end. (Closed)

Created:
3 years, 7 months ago by Kevin Millikin (Google)
Modified:
3 years, 7 months ago
CC:
reviews_dartlang.org, dart-fe-team+reviews_google.com
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix a pair of issues in the Dart code for the front end. - A type needed for an annotation was not visible. - An iterable was passed instead of a list. BUG= R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/9adfa8a10585d270ed469f149b156a4b83301a95

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M pkg/front_end/lib/src/fasta/fasta.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/kernel/lib/binary/ast_to_binary.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (2 generated)
Kevin Millikin (Google)
The Iterable/List mismatch didn't fail because all the List needs is length and forEach.
3 years, 7 months ago (2017-04-25 19:39:33 UTC) #2
Siggi Cherem (dart-lang)
lgtm
3 years, 7 months ago (2017-04-25 19:41:36 UTC) #3
Kevin Millikin (Google)
3 years, 7 months ago (2017-04-25 19:45:42 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
9adfa8a10585d270ed469f149b156a4b83301a95 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698