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

Issue 2972323002: Add 'flutter_release' patch_sdk mode to patch_sdk (Closed)

Created:
3 years, 5 months ago by aam
Modified:
3 years, 5 months ago
CC:
reviews_dartlang.org, dart-fe-team+reviews_google.com
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Introduce 'flutter_release' patch_sdk mode to accommodate for difference between Flutter release and non-release target configuration in regards to inclusion of vm_service package. Flutter non-release should have vm_service package included into platform.dill to handle observatory requests, while release builds should not have it as they are not supposed to have observatory functionality enabled. R=ahe@google.com, sigmund@google.com BUG:dartbug.com/30112 Committed: https://github.com/dart-lang/sdk/commit/6dd692b2399229c8158884455ece325f942bdc88

Patch Set 1 #

Patch Set 2 : Replace flag with dedicated target #

Total comments: 10

Patch Set 3 : Cleanup args doc, variable camel case #

Patch Set 4 : Use new api to add vmservice library to platform.dill. #

Total comments: 2

Patch Set 5 : Added TODO #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -3 lines) Patch
M tools/patch_sdk.dart View 1 2 3 4 4 chunks +43 lines, -3 lines 0 comments Download

Messages

Total messages: 23 (4 generated)
aam
PTAL, thanks!
3 years, 5 months ago (2017-07-08 16:59:22 UTC) #3
ahe
lgtm Please wait for Siggi's comments. https://codereview.chromium.org/2972323002/diff/20001/pkg/front_end/lib/src/fasta/compiler_command_line.dart File pkg/front_end/lib/src/fasta/compiler_command_line.dart (right): https://codereview.chromium.org/2972323002/diff/20001/pkg/front_end/lib/src/fasta/compiler_command_line.dart#newcode198 pkg/front_end/lib/src/fasta/compiler_command_line.dart:198: --target=none|vm|vm_fasta|vmcc|vmreify|flutter|flutter_fasta|flutter_fasta_release Perhaps we ...
3 years, 5 months ago (2017-07-10 13:19:02 UTC) #4
Siggi Cherem (dart-lang)
Hi Alex, I mainly have a design question: I thought SivaC removed the need for ...
3 years, 5 months ago (2017-07-10 17:29:58 UTC) #5
sivachandra
On 2017/07/10 17:29:58, Siggi Cherem (dart-lang) wrote: > Hi Alex, > > I mainly have ...
3 years, 5 months ago (2017-07-10 18:22:48 UTC) #6
Siggi Cherem (dart-lang)
On 2017/07/10 18:22:48, sivachandra wrote: > On 2017/07/10 17:29:58, Siggi Cherem (dart-lang) wrote: > > ...
3 years, 5 months ago (2017-07-10 18:41:48 UTC) #7
aam
> I mainly have a design question: I thought SivaC removed the need for having ...
3 years, 5 months ago (2017-07-10 21:51:23 UTC) #8
aam
Thank you folks! https://codereview.chromium.org/2972323002/diff/20001/pkg/front_end/lib/src/fasta/compiler_command_line.dart File pkg/front_end/lib/src/fasta/compiler_command_line.dart (right): https://codereview.chromium.org/2972323002/diff/20001/pkg/front_end/lib/src/fasta/compiler_command_line.dart#newcode198 pkg/front_end/lib/src/fasta/compiler_command_line.dart:198: --target=none|vm|vm_fasta|vmcc|vmreify|flutter|flutter_fasta|flutter_fasta_release On 2017/07/10 13:19:02, ahe wrote: ...
3 years, 5 months ago (2017-07-10 22:11:37 UTC) #9
Siggi Cherem (dart-lang)
On 2017/07/10 21:51:23, aam wrote: > > I mainly have a design question: I thought ...
3 years, 5 months ago (2017-07-10 22:34:36 UTC) #10
Siggi Cherem (dart-lang)
On 2017/07/10 22:34:36, Siggi Cherem (dart-lang) wrote: > On 2017/07/10 21:51:23, aam wrote: > > ...
3 years, 5 months ago (2017-07-10 22:39:43 UTC) #11
aam
On 2017/07/10 22:39:43, Siggi Cherem (dart-lang) wrote: > On 2017/07/10 22:34:36, Siggi Cherem (dart-lang) wrote: ...
3 years, 5 months ago (2017-07-12 01:54:53 UTC) #12
siva
On 2017/07/10 18:22:48, sivachandra wrote: > On 2017/07/10 17:29:58, Siggi Cherem (dart-lang) wrote: > > ...
3 years, 5 months ago (2017-07-12 15:47:14 UTC) #13
Siggi Cherem (dart-lang)
lgtm, thanks for making the updates! https://codereview.chromium.org/2972323002/diff/60001/tools/patch_sdk.dart File tools/patch_sdk.dart (right): https://codereview.chromium.org/2972323002/diff/60001/tools/patch_sdk.dart#newcode359 tools/patch_sdk.dart:359: if (!forFlutterRelease) { ...
3 years, 5 months ago (2017-07-12 18:06:18 UTC) #14
aam
https://codereview.chromium.org/2972323002/diff/60001/tools/patch_sdk.dart File tools/patch_sdk.dart (right): https://codereview.chromium.org/2972323002/diff/60001/tools/patch_sdk.dart#newcode359 tools/patch_sdk.dart:359: if (!forFlutterRelease) { On 2017/07/12 18:06:18, Siggi Cherem (dart-lang) ...
3 years, 5 months ago (2017-07-13 16:30:56 UTC) #15
Siggi Cherem (dart-lang)
On 2017/07/13 16:30:56, aam wrote: > https://codereview.chromium.org/2972323002/diff/60001/tools/patch_sdk.dart > File tools/patch_sdk.dart (right): > > https://codereview.chromium.org/2972323002/diff/60001/tools/patch_sdk.dart#newcode359 > ...
3 years, 5 months ago (2017-07-13 16:47:02 UTC) #16
aam
On 2017/07/13 16:47:02, Siggi Cherem (dart-lang) wrote: > On 2017/07/13 16:30:56, aam wrote: > > ...
3 years, 5 months ago (2017-07-13 16:53:26 UTC) #17
sivachandra
On 2017/07/13 16:30:56, aam wrote: > https://codereview.chromium.org/2972323002/diff/60001/tools/patch_sdk.dart > File tools/patch_sdk.dart (right): > > https://codereview.chromium.org/2972323002/diff/60001/tools/patch_sdk.dart#newcode359 > ...
3 years, 5 months ago (2017-07-13 17:44:06 UTC) #18
Siggi Cherem (dart-lang)
On 2017/07/13 17:44:06, sivachandra wrote: > On 2017/07/13 16:30:56, aam wrote: > > https://codereview.chromium.org/2972323002/diff/60001/tools/patch_sdk.dart > ...
3 years, 5 months ago (2017-07-13 18:13:15 UTC) #19
aam
On 2017/07/13 18:13:15, Siggi Cherem (dart-lang) wrote: > On 2017/07/13 17:44:06, sivachandra wrote: > > ...
3 years, 5 months ago (2017-07-13 19:25:30 UTC) #20
aam
3 years, 5 months ago (2017-07-13 20:39:11 UTC) #23
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
6dd692b2399229c8158884455ece325f942bdc88 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698