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

Issue 10832083: Properly emit and rename generic types. (Closed)

Created:
8 years, 4 months ago by Anton Muhin
Modified:
8 years, 4 months ago
Reviewers:
Roman
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Properly emit and rename generic types. R=smok@google.com Committed: https://code.google.com/p/dart/source/detail?r=10061

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -3 lines) Patch
M lib/compiler/implementation/dart_backend/renamer.dart View 1 1 chunk +19 lines, -2 lines 0 comments Download
M tests/language/language.status View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Anton Muhin
8 years, 4 months ago (2012-07-31 15:27:24 UTC) #1
Roman
lgtm https://chromiumcodereview.appspot.com/10832083/diff/1/lib/compiler/implementation/dart_backend/renamer.dart File lib/compiler/implementation/dart_backend/renamer.dart (right): https://chromiumcodereview.appspot.com/10832083/diff/1/lib/compiler/implementation/dart_backend/renamer.dart#newcode47 lib/compiler/implementation/dart_backend/renamer.dart:47: if (send.selector is TypeAnnotation) { Please add comments ...
8 years, 4 months ago (2012-07-31 15:35:39 UTC) #2
Anton Muhin
8 years, 4 months ago (2012-07-31 15:46:47 UTC) #3
https://chromiumcodereview.appspot.com/10832083/diff/1/lib/compiler/implement...
File lib/compiler/implementation/dart_backend/renamer.dart (right):

https://chromiumcodereview.appspot.com/10832083/diff/1/lib/compiler/implement...
lib/compiler/implementation/dart_backend/renamer.dart:47: if (send.selector is
TypeAnnotation) {
On 2012/07/31 15:35:39, Roman wrote:
> Please add comments for these ifs about what original source structure we have
> here and why we select receiver or selector for further unparse.

Done.

Powered by Google App Engine
This is Rietveld 408576698