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

Issue 11961017: Make test.dart self-contained again. (Closed)

Created:
7 years, 11 months ago by ahe
Modified:
7 years, 11 months ago
CC:
reviews_dartlang.org, Bill Hesse, Emily Fortuna, kasperl
Visibility:
Public.

Description

Make test.dart self-contained again. Committed: https://code.google.com/p/dart/source/detail?r=17139

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -43 lines) Patch
M dart/tools/testing/dart/http_server.dart View 1 chunk +0 lines, -43 lines 1 comment Download
A + dart/tools/testing/dart/temp_package_root/path/path.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
M dart/tools/testing/dart/test_suite.dart View 1 chunk +3 lines, -1 line 1 comment Download

Messages

Total messages: 5 (0 generated)
ahe
Reason given in https://codereview.chromium.org/11810004/.
7 years, 11 months ago (2013-01-16 14:11:25 UTC) #1
Mads Ager (google)
LGTM https://codereview.chromium.org/11961017/diff/1/dart/tools/testing/dart/http_server.dart File dart/tools/testing/dart/http_server.dart (left): https://codereview.chromium.org/11961017/diff/1/dart/tools/testing/dart/http_server.dart#oldcode10 dart/tools/testing/dart/http_server.dart:10: import '../../../pkg/args/lib/args.dart'; This is a shame, we should ...
7 years, 11 months ago (2013-01-16 14:23:04 UTC) #2
Emily Fortuna
I disagree strongly with this change. We should not remove this functionality without providing a ...
7 years, 11 months ago (2013-01-16 19:25:49 UTC) #3
Jennifer Messerly
As a point of order, this CL should *not* have been committed without waiting for ...
7 years, 11 months ago (2013-01-16 19:34:00 UTC) #4
dgrove
7 years, 11 months ago (2013-01-16 19:50:33 UTC) #5
Message was sent while issue was closed.
Peter - 

I also believe this change should not have been committed before Emily's input.

I would like to see this change reverted, and a better solution arrived at.

On 2013/01/16 19:34:00, John Messerly wrote:
> As a point of order, this CL should *not* have been committed without waiting
> for Emily's input. You are deleting code she recently checked in, after a
> lengthy review period which you were on, but did not reply with concerns until
> after it was submitted.
> 
> Also, I think this is the wrong fix on multiple levels. The right fix would be
> to vendor in args.dart -- make a copy in tools/testing. Now test.dart is self
> contained, and we didn't lose all of the ability to test the server locally.
> 
>
https://codereview.chromium.org/11961017/diff/1/dart/tools/testing/dart/test_...
> File dart/tools/testing/dart/test_suite.dart (right):
> 
>
https://codereview.chromium.org/11961017/diff/1/dart/tools/testing/dart/test_...
> dart/tools/testing/dart/test_suite.dart:27: // TODO(efortuna,whess): Remove
this
> import.
> You should not add a TODO with someone else's name unless they agree to add
it.
> The point of the name beside the TODO is the person that can explain it, not
the
> person that can do it.
> 
> (this is explained in Google style guides. Here's python for example:
>
http://google-styleguide.googlecode.com/svn/trunk/pyguide.html?showone=TODO_C...)

Powered by Google App Engine
This is Rietveld 408576698