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

Issue 1978593002: Make the dart:mojo.internal import configuration specific. (Closed)

Created:
4 years, 7 months ago by floitsch
Modified:
4 years, 7 months ago
Reviewers:
zra
CC:
mojo-reviews_chromium.org, gregsimon, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Make the dart:mojo.internal import configuration specific. related #618 R=zra@google.com Committed: https://chromium.googlesource.com/external/mojo/+/89135221917c79b2e73828bfd49763fb280e05c9

Patch Set 1 #

Total comments: 3

Patch Set 2 : Address comment. #

Total comments: 2

Patch Set 3 : Add test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+242 lines, -575 lines) Patch
M mojo/dart/packages/mojo/lib/core.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/dart/packages/mojo/lib/src/buffer.dart View 1 chunk +1 line, -2 lines 0 comments Download
M mojo/dart/packages/mojo/lib/src/handle.dart View 1 chunk +6 lines, -2 lines 0 comments Download
A mojo/dart/packages/mojo/lib/src/internal.dart View 1 1 chunk +10 lines, -0 lines 0 comments Download
A + mojo/dart/packages/mojo/lib/src/internal_contract.dart View 24 chunks +183 lines, -102 lines 0 comments Download
M mojo/dart/packages/mojo/lib/src/message_pipe.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/dart/packages/mojo/sdk_ext/src/handle_watcher.dart View 3 chunks +0 lines, -56 lines 0 comments Download
M mojo/dart/packages/mojo/sdk_ext/src/natives.dart View 6 chunks +0 lines, -409 lines 0 comments Download
M mojo/dart/packages/mojo/sources.gni View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A mojo/dart/packages/mojo/test/standalone_test.dart View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
M mojo/tools/get_test_list.py View 1 2 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (3 generated)
floitsch
There is one test that makes sure that the code doesn't have analyzer warnings. That ...
4 years, 7 months ago (2016-05-12 19:19:38 UTC) #2
zra
On 2016/05/12 19:19:38, floitsch wrote: > There is one test that makes sure that the ...
4 years, 7 months ago (2016-05-12 20:18:46 UTC) #3
zra
On 2016/05/12 20:18:46, zra wrote: > On 2016/05/12 19:19:38, floitsch wrote: > > There is ...
4 years, 7 months ago (2016-05-12 21:30:42 UTC) #4
zra
https://codereview.chromium.org/1978593002/diff/1/mojo/dart/packages/mojo/lib/src/internal.dart File mojo/dart/packages/mojo/lib/src/internal.dart (right): https://codereview.chromium.org/1978593002/diff/1/mojo/dart/packages/mojo/lib/src/internal.dart#newcode7 mojo/dart/packages/mojo/lib/src/internal.dart:7: export 'internal_contract.dart' I guess it's probably too late to ...
4 years, 7 months ago (2016-05-12 21:41:46 UTC) #5
floitsch
https://codereview.chromium.org/1978593002/diff/1/mojo/dart/packages/mojo/lib/src/internal.dart File mojo/dart/packages/mojo/lib/src/internal.dart (right): https://codereview.chromium.org/1978593002/diff/1/mojo/dart/packages/mojo/lib/src/internal.dart#newcode7 mojo/dart/packages/mojo/lib/src/internal.dart:7: export 'internal_contract.dart' On 2016/05/12 21:41:45, zra wrote: > I ...
4 years, 7 months ago (2016-05-13 15:54:13 UTC) #6
zra
https://codereview.chromium.org/1978593002/diff/1/mojo/dart/packages/mojo/lib/src/internal.dart File mojo/dart/packages/mojo/lib/src/internal.dart (right): https://codereview.chromium.org/1978593002/diff/1/mojo/dart/packages/mojo/lib/src/internal.dart#newcode7 mojo/dart/packages/mojo/lib/src/internal.dart:7: export 'internal_contract.dart' On 2016/05/13 15:54:13, floitsch wrote: > On ...
4 years, 7 months ago (2016-05-13 16:03:10 UTC) #7
zra
On 2016/05/12 19:19:38, floitsch wrote: > I didn't add a test for non-mojo execution. Tbh ...
4 years, 7 months ago (2016-05-13 16:20:42 UTC) #8
floitsch
https://codereview.chromium.org/1978593002/diff/20001/mojo/dart/packages/mojo/lib/src/internal.dart File mojo/dart/packages/mojo/lib/src/internal.dart (right): https://codereview.chromium.org/1978593002/diff/20001/mojo/dart/packages/mojo/lib/src/internal.dart#newcode10 mojo/dart/packages/mojo/lib/src/internal.dart:10: if (dart.library.mojo.internal) 'dart:mojo.internal'; On 2016/05/13 16:03:10, zra wrote: > ...
4 years, 7 months ago (2016-05-13 16:47:40 UTC) #9
floitsch
On 2016/05/13 16:47:40, floitsch wrote: > https://codereview.chromium.org/1978593002/diff/20001/mojo/dart/packages/mojo/lib/src/internal.dart > File mojo/dart/packages/mojo/lib/src/internal.dart (right): > > https://codereview.chromium.org/1978593002/diff/20001/mojo/dart/packages/mojo/lib/src/internal.dart#newcode10 > ...
4 years, 7 months ago (2016-05-13 17:20:02 UTC) #10
zra
On 2016/05/13 17:20:02, floitsch wrote: > On 2016/05/13 16:47:40, floitsch wrote: > > > https://codereview.chromium.org/1978593002/diff/20001/mojo/dart/packages/mojo/lib/src/internal.dart ...
4 years, 7 months ago (2016-05-13 17:24:23 UTC) #11
floitsch
On 2016/05/13 17:24:23, zra wrote: > On 2016/05/13 17:20:02, floitsch wrote: > > On 2016/05/13 ...
4 years, 7 months ago (2016-05-13 17:43:17 UTC) #12
floitsch
Added test.
4 years, 7 months ago (2016-05-13 18:01:59 UTC) #13
zra
lgtm
4 years, 7 months ago (2016-05-13 18:16:53 UTC) #15
floitsch
Committed patchset #3 (id:40001) manually as 89135221917c79b2e73828bfd49763fb280e05c9 (presubmit successful).
4 years, 7 months ago (2016-05-13 18:17:44 UTC) #17
zra
On 2016/05/13 18:17:44, floitsch wrote: > Committed patchset #3 (id:40001) manually as > 89135221917c79b2e73828bfd49763fb280e05c9 (presubmit ...
4 years, 7 months ago (2016-05-13 20:33:27 UTC) #18
floitsch
On 2016/05/13 20:33:27, zra wrote: > On 2016/05/13 18:17:44, floitsch wrote: > > Committed patchset ...
4 years, 7 months ago (2016-05-16 12:15:54 UTC) #19
floitsch
4 years, 7 months ago (2016-05-17 15:15:38 UTC) #20
Message was sent while issue was closed.
On 2016/05/16 12:15:54, floitsch wrote:
> On 2016/05/13 20:33:27, zra wrote:
> > On 2016/05/13 18:17:44, floitsch wrote:
> > > Committed patchset #3 (id:40001) manually as
> > > 89135221917c79b2e73828bfd49763fb280e05c9 (presubmit successful).
> > 
> > After this change, the string "Looking for dart.library.mojo.internal" is
> > spammed to the console during the build. A successful Mojo build should
> produce
> > no output other than the progress indicator. Is there any way to quiet this
> > message?
> 
> Looks like a debug print.
> I tried to find the source for the output but was unable so far using Github
> search.
> I will look at it on Tuesday on my desktop. (Monday is a holiday in Denmark).

https://codereview.chromium.org/1986723003

Powered by Google App Engine
This is Rietveld 408576698