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

Issue 10824095: Get basic Windows stuff working. (Closed)

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

Description

Get basic Windows stuff working. Enable pub tests that do appear to currently pass on Windows. Committed: https://code.google.com/p/dart/source/detail?r=10100

Patch Set 1 #

Total comments: 6

Patch Set 2 : Remove debug variable. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -18 lines) Patch
M utils/pub/io.dart View 1 2 chunks +15 lines, -14 lines 0 comments Download
M utils/tests/pub/pub.status View 1 chunk +0 lines, -4 lines 0 comments Download
M utils/tests/pub/test_pub.dart View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Bob Nystrom
This enables the tests that don't require any Windows-specific sauce and fixes a couple of ...
8 years, 4 months ago (2012-07-30 22:48:36 UTC) #1
nweiz
https://chromiumcodereview.appspot.com/10824095/diff/1/utils/pub/io.dart File utils/pub/io.dart (right): https://chromiumcodereview.appspot.com/10824095/diff/1/utils/pub/io.dart#newcode30 utils/pub/io.dart:30: final parts = _getPath(part1).replaceAll('\\', '/').split('/'); It feels like maybe ...
8 years, 4 months ago (2012-07-30 23:03:39 UTC) #2
Bob Nystrom
Thanks! https://chromiumcodereview.appspot.com/10824095/diff/1/utils/pub/io.dart File utils/pub/io.dart (right): https://chromiumcodereview.appspot.com/10824095/diff/1/utils/pub/io.dart#newcode30 utils/pub/io.dart:30: final parts = _getPath(part1).replaceAll('\\', '/').split('/'); On 2012/07/30 23:03:39, ...
8 years, 4 months ago (2012-07-30 23:42:33 UTC) #3
nweiz
8 years, 4 months ago (2012-07-31 00:20:13 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698