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

Issue 2612043002: Fixes to patch files necessary to use the analyzer (Closed)

Created:
3 years, 11 months ago by Kevin Millikin (Google)
Modified:
3 years, 11 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fixes to patch files necessary to use the analyzer The analyzer has a stricter patch parser than the VM. Patch files cannot change signatures of patched members. Specifically, they cannot change: - the return type - a parameter's name - a parameter to an initializing formal - an optional parameter's default value BUG= R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/50348f5f22d8831cf11e92ff8548b6a6017b41cb

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -122 lines) Patch
M runtime/bin/file_patch.dart View 2 chunks +4 lines, -4 lines 1 comment Download
M runtime/lib/array_patch.dart View 2 chunks +12 lines, -8 lines 1 comment Download
M runtime/lib/convert_patch.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/lib/double_patch.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M runtime/lib/errors_patch.dart View 1 chunk +10 lines, -6 lines 0 comments Download
M runtime/lib/expando_patch.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/lib/math_patch.dart View 1 chunk +9 lines, -9 lines 0 comments Download
M runtime/lib/mirrors.cc View 1 chunk +1 line, -2 lines 1 comment Download
M runtime/lib/profiler.dart View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/lib/timeline.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/method_recognizer.h View 3 chunks +16 lines, -16 lines 0 comments Download
M runtime/vm/profiler_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/js_runtime/lib/developer_patch.dart View 2 chunks +49 lines, -2 lines 2 comments Download
M sdk/lib/_internal/sdk_library_metadata/lib/libraries.dart View 5 chunks +13 lines, -18 lines 0 comments Download
M sdk/lib/developer/extension.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/developer/profiler.dart View 2 chunks +3 lines, -42 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
Kevin Millikin (Google)
https://codereview.chromium.org/2612043002/diff/1/runtime/bin/file_patch.dart File runtime/bin/file_patch.dart (right): https://codereview.chromium.org/2612043002/diff/1/runtime/bin/file_patch.dart#newcode103 runtime/bin/file_patch.dart:103: Stream get _stream => _broadcastController.stream; Patch files can't introduce ...
3 years, 11 months ago (2017-01-04 15:31:05 UTC) #2
siva
All changes to files in runtime/bin and runtime/lib and runtime/vm (The VM part) LGTM. I ...
3 years, 11 months ago (2017-01-05 01:08:00 UTC) #3
Kevin Millikin (Google)
3 years, 11 months ago (2017-01-05 11:24:01 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
50348f5f22d8831cf11e92ff8548b6a6017b41cb (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698