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

Issue 11364141: Pass absolute path to git. (Closed)

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

Description

Pass absolute path to git. BUG= Committed: https://code.google.com/p/dart/source/detail?r=14670

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : Espace backslash in regex. #

Patch Set 4 : Rebase. #

Patch Set 5 : Clean up some merge bugs. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -14 lines) Patch
M utils/pub/git_source.dart View 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M utils/pub/io.dart View 1 2 3 4 2 chunks +21 lines, -7 lines 0 comments Download
M utils/pub/pub.dart View 1 2 chunks +3 lines, -3 lines 0 comments Download
M utils/tests/pub/pub.status View 1 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Bob Nystrom
This one's gonna work, I can feel it!
8 years, 1 month ago (2012-11-08 00:21:04 UTC) #1
nweiz
One question, otherwise LGTM https://codereview.chromium.org/11364141/diff/1/utils/pub/io.dart File utils/pub/io.dart (right): https://codereview.chromium.org/11364141/diff/1/utils/pub/io.dart#newcode385 utils/pub/io.dart:385: const ABSOLUTE = const RegExp(r'^(\\|[a-zA-Z]:[/\\])'); ...
8 years, 1 month ago (2012-11-08 00:23:30 UTC) #2
Bob Nystrom
8 years, 1 month ago (2012-11-08 00:25:18 UTC) #3
https://codereview.chromium.org/11364141/diff/1/utils/pub/io.dart
File utils/pub/io.dart (right):

https://codereview.chromium.org/11364141/diff/1/utils/pub/io.dart#newcode385
utils/pub/io.dart:385: const ABSOLUTE = const RegExp(r'^(\\|[a-zA-Z]:[/\\])');
On 2012/11/08 00:23:30, nweiz wrote:
> Doesn't the first branch of this match only only leading backslash?

It's a raw string, so it should be two, I think.

Powered by Google App Engine
This is Rietveld 408576698