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

Issue 9361030: Fix for http://code.google.com/p/dart/issues/detail?id=1363: use the simplename for the key, not ... (Closed)

Created:
8 years, 10 months ago by ngeoffray
Modified:
8 years, 10 months ago
Reviewers:
kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix for http://code.google.com/p/dart/issues/detail?id=1363: use the simplename for the key, not the jsname. Conflicts on the jsname will be dealt during emission. Committed: https://code.google.com/p/dart/source/detail?r=4066

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -42 lines) Patch
M dart/frog/minfrog View 12 chunks +58 lines, -34 lines 0 comments Download
M dart/frog/type.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M dart/frog/world.dart View 1 1 chunk +7 lines, -5 lines 0 comments Download
M dart/tests/language/language-leg.status View 1 chunk +1 line, -0 lines 0 comments Download
A dart/tests/language/src/Issue1363Lib.dart View 1 chunk +14 lines, -0 lines 0 comments Download
A dart/tests/language/src/Issue1363Test.dart View 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ngeoffray
8 years, 10 months ago (2012-02-08 12:56:45 UTC) #1
kasperl
https://chromiumcodereview.appspot.com/9361030/diff/1/dart/frog/type.dart File dart/frog/type.dart (right): https://chromiumcodereview.appspot.com/9361030/diff/1/dart/frog/type.dart#newcode1157 dart/frog/type.dart:1157: var simpleName = '${name}<${Strings.join(names, ', ')}>'; Hmm. Why doesn't ...
8 years, 10 months ago (2012-02-08 14:00:32 UTC) #2
ngeoffray
https://chromiumcodereview.appspot.com/9361030/diff/1/dart/frog/type.dart File dart/frog/type.dart (right): https://chromiumcodereview.appspot.com/9361030/diff/1/dart/frog/type.dart#newcode1157 dart/frog/type.dart:1157: var simpleName = '${name}<${Strings.join(names, ', ')}>'; On 2012/02/08 14:00:32, ...
8 years, 10 months ago (2012-02-08 16:34:01 UTC) #3
kasperl
8 years, 10 months ago (2012-02-09 07:10:37 UTC) #4
LGTM. Thanks for trying to simplify it!

Powered by Google App Engine
This is Rietveld 408576698