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

Issue 57923004: Allow Windows network share paths for the script path and the package root. (Closed)

Created:
7 years, 1 month ago by Bill Hesse
Modified:
7 years, 1 month ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Allow Windows network share paths for the script path and the package root. BUG=dartbug.com/14577 R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=29878

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -76 lines) Patch
M runtime/bin/builtin.dart View 3 chunks +21 lines, -74 lines 0 comments Download
M runtime/bin/extensions.cc View 2 chunks +10 lines, -2 lines 1 comment Download
M tests/standalone/io/test_extension_test.dart View 1 chunk +7 lines, -0 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Bill Hesse
This change loses one small bit of functionality: Accepting a script path on Windows that ...
7 years, 1 month ago (2013-11-04 15:58:34 UTC) #1
Søren Gjesse
LGTM - nice cleanup. https://codereview.chromium.org/57923004/diff/1/runtime/bin/extensions.cc File runtime/bin/extensions.cc (right): https://codereview.chromium.org/57923004/diff/1/runtime/bin/extensions.cc#newcode19 runtime/bin/extensions.cc:19: Dart_Handle Extensions::LoadExtension(const char* extension_url, With ...
7 years, 1 month ago (2013-11-04 16:15:58 UTC) #2
Bill Hesse
Committed patchset #1 manually as r29878 (presubmit successful).
7 years, 1 month ago (2013-11-05 08:11:06 UTC) #3
Bill Hesse
7 years, 1 month ago (2013-11-05 08:52:23 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/57923004/diff/1/tests/standalone/io/test_exte...
File tests/standalone/io/test_extension_test.dart (right):

https://codereview.chromium.org/57923004/diff/1/tests/standalone/io/test_exte...
tests/standalone/io/test_extension_test.dart:59: if (result.exitCode != 0) {
On 2013/11/04 16:15:58, Søren Gjesse wrote:
> Debug print.

This is not debug printing, but output of the subprocess stdout and stderr in
the case of a test failure, as we do with other subprocess tests.

Powered by Google App Engine
This is Rietveld 408576698