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

Issue 865293002: support basic identifiers in constructors (Closed)

Created:
5 years, 11 months ago by jakemac
Modified:
5 years, 11 months ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/static-init.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : format #

Patch Set 3 : add support for list and map literals #

Total comments: 15

Patch Set 4 : code review updates #

Patch Set 5 : DynamicInit param is dynamic #

Patch Set 6 : add named argument test #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+256 lines, -91 lines) Patch
M CHANGELOG.md View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M lib/transformer.dart View 1 2 3 4 5 6 5 chunks +104 lines, -18 lines 0 comments Download
M test/common.dart View 1 2 3 4 5 1 chunk +34 lines, -0 lines 0 comments Download
M test/transformer_test.dart View 1 2 3 4 5 1 chunk +113 lines, -73 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
jakemac
resolves https://github.com/dart-lang/initialize/issues/5
5 years, 11 months ago (2015-01-22 19:17:34 UTC) #2
Siggi Cherem (dart-lang)
nice! https://codereview.chromium.org/865293002/diff/40001/lib/transformer.dart File lib/transformer.dart (right): https://codereview.chromium.org/865293002/diff/40001/lib/transformer.dart#newcode327 lib/transformer.dart:327: buffer.write((expression as dynamic).value.toString()); nit: use the shorter '${e}' ...
5 years, 11 months ago (2015-01-23 17:56:28 UTC) #3
Siggi Cherem (dart-lang)
btw - it would be nice to coverge with the code in smoke at some ...
5 years, 11 months ago (2015-01-23 17:57:57 UTC) #4
jakemac
On 2015/01/23 17:57:57, Siggi Cherem (dart-lang) wrote: > btw - it would be nice to ...
5 years, 11 months ago (2015-01-23 21:33:25 UTC) #5
jakemac
https://codereview.chromium.org/865293002/diff/40001/lib/transformer.dart File lib/transformer.dart (right): https://codereview.chromium.org/865293002/diff/40001/lib/transformer.dart#newcode327 lib/transformer.dart:327: buffer.write((expression as dynamic).value.toString()); On 2015/01/23 17:56:28, Siggi Cherem (dart-lang) ...
5 years, 11 months ago (2015-01-23 21:34:39 UTC) #6
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/865293002/diff/40001/lib/transformer.dart File lib/transformer.dart (right): https://codereview.chromium.org/865293002/diff/40001/lib/transformer.dart#newcode328 lib/transformer.dart:328: } else if (expression is NullLiteral) { On ...
5 years, 11 months ago (2015-01-23 21:44:23 UTC) #7
jakemac
5 years, 11 months ago (2015-01-23 21:57:21 UTC) #8
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as
b26d9c704c29892a470bddc17a9b853ec3115cb4 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698