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

Issue 1767803002: a few small refactorings to closure workarounds (Closed)

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

Description

a few small refactorings to closure workarounds * factor the class heritage workaround so it's out of the way & easier to remove later. * always emit type parameters in the AST, and pass the flag to the printer to skip printing them. * cleanup an unnecessary sync* method for closure field decls. * also, reformats. I think I forgot to do that in previous CL. R=vsm@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/4b57101ea760a9f2589da63ac7ca29e4b87dc04f

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+312 lines, -300 lines) Patch
M lib/runtime/dart/_interceptors.js View 2 chunks +5 lines, -5 lines 0 comments Download
M lib/runtime/dart/_native_typed_data.js View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/runtime/dart/async.js View 9 chunks +17 lines, -17 lines 0 comments Download
M lib/runtime/dart/collection.js View 2 chunks +1 line, -1 line 0 comments Download
M lib/runtime/dart/convert.js View 8 chunks +4 lines, -4 lines 0 comments Download
M lib/runtime/dart/html.js View 20 chunks +159 lines, -159 lines 0 comments Download
M lib/runtime/dart/html_common.js View 1 chunk +3 lines, -3 lines 0 comments Download
M lib/runtime/dart/indexed_db.js View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/runtime/dart/svg.js View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/runtime/dart/web_audio.js View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/runtime/dart/web_gl.js View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/runtime/dart/web_sql.js View 1 chunk +4 lines, -4 lines 0 comments Download
M lib/src/closure/closure_type.dart View 1 chunk +2 lines, -1 line 0 comments Download
M lib/src/codegen/js_codegen.dart View 10 chunks +52 lines, -62 lines 0 comments Download
M lib/src/codegen/js_metalet.dart View 3 chunks +14 lines, -7 lines 0 comments Download
M lib/src/codegen/js_printer.dart View 3 chunks +6 lines, -2 lines 0 comments Download
M lib/src/codegen/side_effect_analysis.dart View 1 chunk +2 lines, -1 line 0 comments Download
M lib/src/js/printer.dart View 6 chunks +6 lines, -6 lines 0 comments Download
M lib/src/transformer/asset_source.dart View 1 chunk +2 lines, -1 line 0 comments Download
M test/codegen/expect/collection/src/iterable_zip.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/codegen/expect/language-all.js View Binary file 0 comments Download
M test/codegen/expect/lib-typed_data-all.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/codegen_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tool/patch_sdk.dart View 5 chunks +16 lines, -8 lines 0 comments Download

Messages

Total messages: 8 (4 generated)
Jennifer Messerly
4 years, 9 months ago (2016-03-04 20:37:26 UTC) #4
Jennifer Messerly
BTW, sorry for the output changes -- what happens is the Symbol order is sensitive ...
4 years, 9 months ago (2016-03-04 20:38:35 UTC) #5
vsm
lgtm - sorry for being slow!
4 years, 9 months ago (2016-03-08 23:16:49 UTC) #6
Jennifer Messerly
4 years, 9 months ago (2016-03-08 23:56:25 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
4b57101ea760a9f2589da63ac7ca29e4b87dc04f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698