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

Issue 1317043002: React gracefully to a fully-.gitignored package. (Closed)

Created:
5 years, 3 months ago by nweiz
Modified:
5 years, 3 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/pub.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

React gracefully to a fully-.gitignored package. If the root directory of a package is .gitignored, it will no longer be considered to be a "git package", since that just means that it'll be seen to contain no files at all. Closes #1321 R=rnystrom@google.com Committed: https://github.com/dart-lang/pub/commit/a6a8a094894e0851b7dd98cfa8bd5d282b66c7ae

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -11 lines) Patch
M lib/src/git.dart View 4 chunks +5 lines, -5 lines 0 comments Download
M lib/src/package.dart View 1 chunk +6 lines, -6 lines 2 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
5 years, 3 months ago (2015-08-26 23:06:14 UTC) #1
Bob Nystrom
https://codereview.chromium.org/1317043002/diff/1/lib/src/package.dart File lib/src/package.dart (right): https://codereview.chromium.org/1317043002/diff/1/lib/src/package.dart#newcode123 lib/src/package.dart:123: _inGitRepoCache = result.exitCode == 1; Instead of making git.command ...
5 years, 3 months ago (2015-08-26 23:19:02 UTC) #2
nweiz
https://codereview.chromium.org/1317043002/diff/1/lib/src/package.dart File lib/src/package.dart (right): https://codereview.chromium.org/1317043002/diff/1/lib/src/package.dart#newcode123 lib/src/package.dart:123: _inGitRepoCache = result.exitCode == 1; On 2015/08/26 23:19:02, Bob ...
5 years, 3 months ago (2015-08-27 19:04:33 UTC) #3
Bob Nystrom
I'm OK either way. LGTM!
5 years, 3 months ago (2015-08-27 20:40:36 UTC) #4
nweiz
5 years, 3 months ago (2015-08-27 23:34:33 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
a6a8a094894e0851b7dd98cfa8bd5d282b66c7ae (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698