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

Issue 11878015: Default constructor for dart:io Path now handles native Windows paths. Path() now does the same as… (Closed)

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

Description

Default constructor for dart:io Path now handles native Windows paths. Path() now does the same as Path.fromNative(). Path.fromNative() is removed, and all uses of it replaced by Path(). BUG=https://code.google.com/p/dart/issues/detail?id=7872 Committed: https://code.google.com/p/dart/source/detail?r=17026

Patch Set 1 #

Patch Set 2 : Improve comments. #

Total comments: 2

Patch Set 3 : Remove Path.fromNative() constructor and update all programs. #

Patch Set 4 : Add one more suppression (temporarily) to status file. #

Patch Set 5 : Don't change tools/version.dart until the binaries are updated. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -82 lines) Patch
M samples/tests/dartc/test_config.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/filenames.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/dartdoc/bin/dartdoc.dart View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/dartdoc/lib/dartdoc.dart View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/dartdoc/test/dartdoc_test.dart View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/io/directory_impl.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/io/path.dart View 1 2 3 chunks +18 lines, -17 lines 0 comments Download
M sdk/lib/io/path_impl.dart View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/mirrors_test.dart View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M tests/standalone/io/directory_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/file_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/https_client_certificate_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/https_server_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/path_test.dart View 1 5 chunks +26 lines, -11 lines 0 comments Download
M tests/standalone/io/process_set_exit_code_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/regress_7191_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/secure_server_client_certificate_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/secure_server_stream_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/secure_server_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/secure_session_resume_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/skipping_dart2js_compilations_test.dart View 1 2 3 chunks +7 lines, -7 lines 0 comments Download
M tests/standalone/io/test_extension_fail_test.dart View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M tests/standalone/io/test_extension_test.dart View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M tests/standalone/io/test_runner_exit_code_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/windows_environment_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/standalone.status View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M tools/html_json_doc/bin/html_json_doc.dart View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M tools/html_json_doc/lib/html_to_json.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/html_json_doc/lib/json_to_html.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/html_json_doc/test/html_json_doc_test.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M utils/apidoc/apidoc.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Bill Hesse
7 years, 11 months ago (2013-01-14 11:43:18 UTC) #1
Mads Ager (google)
LGTM, but I would remove the fromNative constructor as part of this change and update ...
7 years, 11 months ago (2013-01-14 12:33:34 UTC) #2
Bill Hesse
7 years, 11 months ago (2013-01-14 17:35:36 UTC) #3
kustermann
LGTM with one note: I'm not 100 percent sure if we use the checked-in version ...
7 years, 11 months ago (2013-01-14 17:46:16 UTC) #4
Bill Hesse
There is a problem - this is causing a failure in the Create SDK step, ...
7 years, 11 months ago (2013-01-14 18:23:35 UTC) #5
Bill Hesse
On 2013/01/14 18:23:35, Bill Hesse wrote: > There is a problem - this is causing ...
7 years, 11 months ago (2013-01-14 19:34:49 UTC) #6
Mads Ager (google)
7 years, 11 months ago (2013-01-15 07:02:58 UTC) #7
Message was sent while issue was closed.
LGTM, thanks for updating the uses Bill!

Powered by Google App Engine
This is Rietveld 408576698