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

Issue 2946773002: Remove vmservice_patch.dart. (Closed)

Created:
3 years, 6 months ago by sivachandra
Modified:
3 years, 6 months ago
Reviewers:
zra, rmacnak
CC:
reviews_dartlang.org, zra, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Remove vmservice_patch.dart. The code in the patch is now inlined into the vmservice library. This is being done because, the vmservice related libraries are now compiled directly from source instead of from the "patched_sdk". So, what is being compiled now does not have the vmservice_patch applied. By removing the patch, we are removing the need to artificially patch the vmservice library and making the vmservice_io.dill complete. R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/b9bf4fcc48b402d4573659aa89ba8ac0c7ed7354

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -62 lines) Patch
D runtime/lib/vmservice_patch.dart View 1 chunk +0 lines, -48 lines 0 comments Download
M runtime/lib/vmservice_sources.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M sdk/lib/vmservice/asset.dart View 1 chunk +15 lines, -2 lines 0 comments Download
M sdk/lib/vmservice/message.dart View 1 chunk +7 lines, -3 lines 0 comments Download
M sdk/lib/vmservice/vmservice.dart View 1 chunk +8 lines, -7 lines 0 comments Download

Messages

Total messages: 12 (6 generated)
sivachandra
This CL removes the vmservice_patch as discussed offline.
3 years, 6 months ago (2017-06-19 22:16:13 UTC) #4
rmacnak
lgtm
3 years, 6 months ago (2017-06-20 17:28:13 UTC) #6
sivachandra
Committed patchset #1 (id:1) manually as b9bf4fcc48b402d4573659aa89ba8ac0c7ed7354 (presubmit successful).
3 years, 6 months ago (2017-06-20 19:24:22 UTC) #8
zra
Should this change also remove _vmservice_patch_paths_ in runtime/vm/bootstrap.h?
3 years, 6 months ago (2017-06-21 16:28:41 UTC) #10
sivachandra
On 2017/06/21 16:28:41, zra wrote: > Should this change also remove _vmservice_patch_paths_ in > runtime/vm/bootstrap.h? ...
3 years, 6 months ago (2017-06-21 16:56:05 UTC) #11
siva
3 years, 6 months ago (2017-06-21 17:14:26 UTC) #12
Message was sent while issue was closed.
On 2017/06/21 16:56:05, sivachandra wrote:
> On 2017/06/21 16:28:41, zra wrote:
> > Should this change also remove _vmservice_patch_paths_ in
> > runtime/vm/bootstrap.h?
> 
> Yes, it should have. But, it was more tricky than simply removing it.
> Considering this change had the potential to disrupt of lot of them, I decided
> to do this removal in a follow up CL so that this CL remains as simple as
> possible.

Not sure if we should remove it as that would mean changing the generic
bootstrap processing loop and special case vmservice

Powered by Google App Engine
This is Rietveld 408576698