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

Issue 1224083017: Add support for Enums (Closed)

Created:
5 years, 5 months ago by vsm
Modified:
5 years, 5 months ago
Reviewers:
Jennifer Messerly
CC:
dev-compiler+reviews_dartlang.org
Base URL:
https://github.com/dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Use interpolation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -2 lines) Patch
M lib/src/codegen/js_codegen.dart View 1 1 chunk +51 lines, -2 lines 0 comments Download
M test/codegen/expect/fieldtest.js View 1 chunk +19 lines, -0 lines 0 comments Download
M test/codegen/fieldtest.dart View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
vsm
5 years, 5 months ago (2015-07-14 23:47:46 UTC) #2
Jennifer Messerly
looks good with interpolation fix https://codereview.chromium.org/1224083017/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1224083017/diff/1/lib/src/codegen/js_codegen.dart#newcode455 lib/src/codegen/js_codegen.dart:455: '${type.name}.${fields[i].name} = dart.const(new ${type.name}($i));')); ...
5 years, 5 months ago (2015-07-14 23:57:02 UTC) #3
vsm
https://codereview.chromium.org/1224083017/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1224083017/diff/1/lib/src/codegen/js_codegen.dart#newcode455 lib/src/codegen/js_codegen.dart:455: '${type.name}.${fields[i].name} = dart.const(new ${type.name}($i));')); On 2015/07/14 23:57:02, John Messerly ...
5 years, 5 months ago (2015-07-15 00:34:03 UTC) #4
Jennifer Messerly
lgtm!
5 years, 5 months ago (2015-07-15 00:34:56 UTC) #5
vsm
5 years, 5 months ago (2015-07-15 00:48:49 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
7daa0c70c651a979f65139a91121432d91ec9e95 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698