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

Issue 2466373002: Type check untyped == calls specially. (Closed)

Created:
4 years, 1 month ago by asgerf
Modified:
4 years, 1 month ago
CC:
dart-kernel+reviews_google.com
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Type check untyped == calls specially. A comparison of form x == null does not need an interface target, but should still have a return type of 'bool'. BUG= R=kmillikin@google.com Committed: https://github.com/dart-lang/kernel/commit/6074a67dcbd5f506b70d8ac4dac1f06348a70b6e

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -13 lines) Patch
M lib/type_checker.dart View 1 chunk +8 lines, -3 lines 2 comments Download
M testcases/strong-mode/escape.baseline.txt View 1 chunk +0 lines, -2 lines 0 comments Download
M testcases/strong-mode/null_aware.baseline.txt View 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
asgerf
4 years, 1 month ago (2016-11-01 15:21:36 UTC) #2
ahe
https://codereview.chromium.org/2466373002/diff/1/lib/type_checker.dart File lib/type_checker.dart (right): https://codereview.chromium.org/2466373002/diff/1/lib/type_checker.dart#newcode466 lib/type_checker.dart:466: return environment.boolType; I don't see how you know that ...
4 years, 1 month ago (2016-11-01 16:52:24 UTC) #4
asgerf
https://codereview.chromium.org/2466373002/diff/1/lib/type_checker.dart File lib/type_checker.dart (right): https://codereview.chromium.org/2466373002/diff/1/lib/type_checker.dart#newcode466 lib/type_checker.dart:466: return environment.boolType; On 2016/11/01 16:52:24, ahe wrote: > I ...
4 years, 1 month ago (2016-11-01 17:07:33 UTC) #5
Kevin Millikin (Google)
LGTM.
4 years, 1 month ago (2016-11-02 07:06:56 UTC) #6
asgerf
4 years, 1 month ago (2016-11-02 08:59:30 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
6074a67dcbd5f506b70d8ac4dac1f06348a70b6e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698