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

Issue 2873073002: fix #29585, implement equality for tearoffs (Closed)

Created:
3 years, 7 months ago by Jennifer Messerly
Modified:
3 years, 7 months ago
Reviewers:
vsm
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 3

Patch Set 2 : merged #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -38 lines) Patch
M pkg/dev_compiler/lib/sdk/ddc_sdk.sum View 1 Binary file 0 comments Download
M pkg/dev_compiler/lib/src/compiler/code_generator.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/classes.dart View 1 1 chunk +0 lines, -37 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart View 1 1 chunk +51 lines, -0 lines 0 comments Download
M tests/language_strong/tearoff_dynamic_test.dart View 1 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Jennifer Messerly
note, I moved this into "operations.dart" which is where stuff that is called from expressions ...
3 years, 7 months ago (2017-05-09 22:44:04 UTC) #2
vsm
lgtm https://codereview.chromium.org/2873073002/diff/1/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart File pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart (right): https://codereview.chromium.org/2873073002/diff/1/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart#newcode56 pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart:56: return other[#] === this[#] && other[#] === this[#]; ...
3 years, 7 months ago (2017-05-09 22:50:16 UTC) #3
Jennifer Messerly
https://codereview.chromium.org/2873073002/diff/1/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart File pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart (right): https://codereview.chromium.org/2873073002/diff/1/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart#newcode56 pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart:56: return other[#] === this[#] && other[#] === this[#]; On ...
3 years, 7 months ago (2017-05-09 23:10:34 UTC) #4
Jennifer Messerly
https://codereview.chromium.org/2873073002/diff/1/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart File pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart (right): https://codereview.chromium.org/2873073002/diff/1/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart#newcode56 pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart:56: return other[#] === this[#] && other[#] === this[#]; On ...
3 years, 7 months ago (2017-05-09 23:11:17 UTC) #5
Jennifer Messerly
3 years, 7 months ago (2017-05-09 23:22:01 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:10001) manually as
4c377076bfb340612b72e13daab396ac35398aef (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698