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

Issue 2738253003: Move most of kernel-service.dart to package:front_end. (Closed)

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

Description

Move most of kernel-service.dart to package:front_end. R=vegorov@google.com Committed: https://github.com/dart-lang/sdk/commit/c19b49ff2602ac50abc3e5bd365358dff2143521

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address comments. #

Patch Set 3 : Fix cut-n-pasta error. #

Patch Set 4 : Move vm.dart to fasta directory to avoid changning subpackage_relationships_test until the API has … #

Unified diffs Side-by-side diffs Delta from patch set Stats (+225 lines, -174 lines) Patch
M pkg/front_end/lib/src/fasta/outline.dart View 1 2 3 3 chunks +64 lines, -1 line 0 comments Download
A pkg/front_end/lib/src/fasta/vm.dart View 1 2 3 1 chunk +144 lines, -0 lines 0 comments Download
M utils/kernel-service/kernel-service.dart View 1 2 3 4 chunks +17 lines, -173 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
ahe
@dart-fe-team: this is also a proposal for API to support the VM. For now, I've ...
3 years, 9 months ago (2017-03-10 09:48:10 UTC) #2
Vyacheslav Egorov (Google)
LGTM! https://codereview.chromium.org/2738253003/diff/1/pkg/front_end/lib/src/fasta/outline.dart File pkg/front_end/lib/src/fasta/outline.dart (right): https://codereview.chromium.org/2738253003/diff/1/pkg/front_end/lib/src/fasta/outline.dart#newcode209 pkg/front_end/lib/src/fasta/outline.dart:209: // TODO(ahe): https://github.com/dart-lang/sdk/issues/29027 I have filed this issue ...
3 years, 9 months ago (2017-03-10 09:58:15 UTC) #3
ahe
Thank you, Slava! Notice that I moved lib/src/vm.dart to lib/src/fasta/vm.dart. This way I avoid changing ...
3 years, 9 months ago (2017-03-10 12:05:49 UTC) #4
ahe
On 2017/03/10 12:05:49, ahe wrote: > Notice that I moved lib/src/vm.dart to lib/src/fasta/vm.dart. This way ...
3 years, 9 months ago (2017-03-10 12:08:39 UTC) #5
ahe
Committed patchset #4 (id:60001) manually as c19b49ff2602ac50abc3e5bd365358dff2143521 (presubmit successful).
3 years, 9 months ago (2017-03-10 12:10:36 UTC) #7
Paul Berry
On 2017/03/10 09:48:10, ahe wrote: > @dart-fe-team: this is also a proposal for API to ...
3 years, 9 months ago (2017-03-10 16:52:56 UTC) #8
ahe
3 years, 9 months ago (2017-03-10 17:22:26 UTC) #9
Message was sent while issue was closed.
On 2017/03/10 16:52:56, Paul Berry wrote:
> On 2017/03/10 09:48:10, ahe wrote:
> > @dart-fe-team: this is also a proposal for API to support the VM. For now,
> I've
> > put the vm.dart file in lib/src. Once the API has matured, I think it it
> belongs
> > in lib/.
> 
> Regarding the API to support the VM: before we switched to Fasta, the API we
> were planning to use was in pkg/front_end/lib/kernel_generator.dart.  Should
we
> get rid of that file, or will it still be useful to other clients?  If we get
> rid of it, is there any piece of it that we want to keep?  In particular, do
we
> want to keep any of the features described in
> pkg/front_end/lib/compiler_options.dart?

I completely forgot about that API. I'll try to use that API instead of moving
vm.dart to lib/.

Powered by Google App Engine
This is Rietveld 408576698