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

Issue 2865603003: Revert "Void is not required to be `null` anymore." (Closed)

Created:
3 years, 7 months ago by jensj
Modified:
3 years, 7 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Revert "Void is not required to be `null` anymore." This reverts commit 6caf9ef4439e20ea726d8a5383ed34d42b02c84b. Commit breaks vm-kernel-linux-debug-x64-be. Triggers asserts like ../../runtime/vm/flow_graph_compiler_x64.cc: 658: error: expected: dst_type.IsMalformedOrMalbounded() || (!dst_type.IsDynamicType() && !dst_type.IsObjectType() && !dst_type.IsVoidType()) Quick-check with python tools/test.py -cdartk -t120 --builder-tag no_ipv6 --vm-options --no-enable-malloc-hooks isolate BUG= Committed: https://github.com/dart-lang/sdk/commit/30d9bf2ed3225f04c52d999a1a5c61e63a90578d

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -100 lines) Patch
M CHANGELOG.md View 1 chunk +0 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/type_graph_nodes.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/inferrer/type_system.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/checked_mode_helpers.dart View 2 chunks +7 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/impact_transformer.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/codegen.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/nodes.dart View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 3 chunks +7 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 3 chunks +7 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 3 chunks +7 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 3 chunks +7 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 4 chunks +9 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 7 chunks +28 lines, -3 lines 0 comments Download
M runtime/vm/object.cc View 4 chunks +5 lines, -12 lines 0 comments Download
M sdk/lib/_internal/js_runtime/lib/js_helper.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M tests/co19/co19-co19.status View 1 chunk +0 lines, -9 lines 0 comments Download
M tests/language/return_type_test.dart View 1 chunk +1 line, -1 line 0 comments Download
D tests/language/void_check_test.dart View 1 chunk +0 lines, -37 lines 0 comments Download
M tests/language/void_type_test.dart View 3 chunks +19 lines, -9 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
jensj
tbr.
3 years, 7 months ago (2017-05-05 06:55:57 UTC) #2
jensj
Committed patchset #1 (id:1) manually as 30d9bf2ed3225f04c52d999a1a5c61e63a90578d (presubmit successful).
3 years, 7 months ago (2017-05-05 06:56:34 UTC) #4
floitsch
3 years, 7 months ago (2017-05-06 16:25:33 UTC) #5
Message was sent while issue was closed.
LGTM. :(

Powered by Google App Engine
This is Rietveld 408576698