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

Issue 12316056: Move pkg/path to pkg/pathos. (Closed)

Created:
7 years, 10 months ago by nweiz
Modified:
7 years, 10 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Move pkg/path to pkg/pathos. Committed: https://code.google.com/p/dart/source/detail?r=18906

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -1916 lines) Patch
D pkg/path/README.md View 1 chunk +0 lines, -312 lines 0 comments Download
D pkg/path/lib/path.dart View 1 chunk +0 lines, -701 lines 0 comments Download
D pkg/path/pubspec.yaml View 1 chunk +0 lines, -10 lines 0 comments Download
D pkg/path/test/path_posix_test.dart View 1 chunk +0 lines, -373 lines 0 comments Download
D pkg/path/test/path_test.dart View 1 chunk +0 lines, -59 lines 0 comments Download
D pkg/path/test/path_windows_test.dart View 1 chunk +0 lines, -414 lines 0 comments Download
A + pkg/pathos/README.md View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/pathos/lib/path.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/pathos/pubspec.yaml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/pathos/test/pathos_posix_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
A + pkg/pathos/test/pathos_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
A + pkg/pathos/test/pathos_windows_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/pkg.status View 3 chunks +4 lines, -4 lines 0 comments Download
M pkg/scheduled_test/test/metatest.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/create_sdk.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/line_doc_comments.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/apidoc/apidoc.gyp View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/command_lish.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/command_uploader.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/directory_tree.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/entrypoint.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/git_source.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/hosted_source.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/io.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/oauth2.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/package.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/path_source.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/pub.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/pubspec.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/sdk.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/sdk_source.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/source.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/system_cache.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/validator/compiled_dartdoc.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/validator/directory.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/validator/lib.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/validator/license.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/validator/name.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/validator/utf8_readme.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/command_line_config.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/hosted/repair_cache_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/path/absolute_path_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/path/absolute_symlink_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/path/no_pubspec_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/path/nonexistent_dir_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/path/path_is_file_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/path/relative_path_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/path/relative_symlink_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/io_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/real_version_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/test_pub.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M utils/tests/pub/validator_test.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
nweiz
7 years, 10 months ago (2013-02-22 00:46:41 UTC) #1
Bob Nystrom
LGTM
7 years, 10 months ago (2013-02-22 17:18:31 UTC) #2
nweiz
7 years, 10 months ago (2013-02-22 18:46:20 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r18906 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698