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

Issue 2996723002: Support typedef type literals (Closed)

Created:
3 years, 4 months ago by Johnni Winther
Modified:
3 years, 4 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Cleanup #

Total comments: 6

Patch Set 3 : Updated cf. comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+218 lines, -19 lines) Patch
M pkg/compiler/lib/src/constants/expressions.dart View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/elements/entities.dart View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M pkg/compiler/lib/src/elements/resolution_types.dart View 5 chunks +10 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/elements/types.dart View 2 chunks +81 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/enqueue.dart View 2 chunks +1 line, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/constant_emitter.dart View 2 chunks +1 line, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/namer.dart View 2 chunks +8 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/runtime_types.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_model/elements.dart View 3 chunks +24 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map_impl.dart View 7 chunks +40 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map_mixins.dart View 1 1 chunk +12 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/kernel/elements.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/kernel/env.dart View 1 chunk +8 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/serialization/equivalence.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder_kernel.dart View 1 chunk +8 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/kernel/compile_from_dill_test_helper.dart View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Johnni Winther
3 years, 4 months ago (2017-08-09 15:33:48 UTC) #2
Siggi Cherem (dart-lang)
lgtm I thought some language/corelib tests would also change status, nothing was affected by this? ...
3 years, 4 months ago (2017-08-09 16:38:07 UTC) #3
Johnni Winther
On 2017/08/09 16:38:07, Siggi Cherem (dart-lang) wrote: > I thought some language/corelib tests would also ...
3 years, 4 months ago (2017-08-10 08:18:28 UTC) #4
Johnni Winther
https://codereview.chromium.org/2996723002/diff/20001/pkg/compiler/lib/src/constants/expressions.dart File pkg/compiler/lib/src/constants/expressions.dart (right): https://codereview.chromium.org/2996723002/diff/20001/pkg/compiler/lib/src/constants/expressions.dart#newcode745 pkg/compiler/lib/src/constants/expressions.dart:745: // TODO(johnniwinther): Remove this when [KernelAstAdapter] is removed. On ...
3 years, 4 months ago (2017-08-10 08:18:35 UTC) #5
Johnni Winther
3 years, 4 months ago (2017-08-10 08:30:43 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
73d99c5645cdd7b4d3e903b90c144f993cc6361b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698