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

Issue 1993023003: Better boolean conversion tests. (Closed)

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

Description

Better boolean conversion tests. - Same errors as VM & Dartium - Failed assertion: boolean expression must not be null - type 'int' is not a subtype of type 'bool' in boolean expression - All boolean conversion contexts use the same logic - No false positives from combining null and as-bool checks in other contexts R=jmesserly@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/016b5f2240c0e448fef87179a86e55ff79092115

Patch Set 1 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+876 lines, -828 lines) Patch
M lib/runtime/dart_sdk.js View 469 chunks +806 lines, -790 lines 0 comments Download
M lib/src/compiler/code_generator.dart View 6 chunks +51 lines, -35 lines 4 comments Download
M tool/input_sdk/private/ddc_runtime/operations.dart View 1 chunk +13 lines, -2 lines 0 comments Download
M tool/input_sdk/private/ddc_runtime/runtime.dart View 1 chunk +2 lines, -1 line 0 comments Download
M tool/input_sdk/private/js_helper.dart View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (6 generated)
sra1
4 years, 7 months ago (2016-05-19 03:22:26 UTC) #6
Jennifer Messerly
lgtm https://codereview.chromium.org/1993023003/diff/40001/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (left): https://codereview.chromium.org/1993023003/diff/40001/lib/src/compiler/code_generator.dart#oldcode484 lib/src/compiler/code_generator.dart:484: // TODO(jmesserly): fuse this with notNull check. Why ...
4 years, 7 months ago (2016-05-19 17:45:38 UTC) #7
sra1
https://codereview.chromium.org/1993023003/diff/40001/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (left): https://codereview.chromium.org/1993023003/diff/40001/lib/src/compiler/code_generator.dart#oldcode484 lib/src/compiler/code_generator.dart:484: // TODO(jmesserly): fuse this with notNull check. On 2016/05/19 ...
4 years, 7 months ago (2016-05-19 18:57:56 UTC) #8
sra1
4 years, 7 months ago (2016-05-19 19:05:13 UTC) #10
Message was sent while issue was closed.
Committed patchset #1 (id:40001) manually as
016b5f2240c0e448fef87179a86e55ff79092115 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698