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

Issue 469253006: Ignore hidden files in implementation of GeneratedDirectory.check() (Closed)

Created:
6 years, 4 months ago by jwren
Modified:
6 years, 4 months ago
Reviewers:
Paul Berry
CC:
reviews_dartlang.org, Bill Hesse
Visibility:
Public.

Description

Ignore hidden files in implementation of GeneratedDirectory.check() R=paulberry@google.com Committed: https://code.google.com/p/dart/source/detail?r=39353

Patch Set 1 #

Total comments: 2

Patch Set 2 : review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -1 line) Patch
M pkg/analysis_server/tool/spec/codegen_tools.dart View 1 1 chunk +9 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
jwren
6 years, 4 months ago (2014-08-18 20:52:14 UTC) #1
Paul Berry
lgtm assuming comment is addressed. https://codereview.chromium.org/469253006/diff/1/pkg/analysis_server/tool/spec/codegen_tools.dart File pkg/analysis_server/tool/spec/codegen_tools.dart (right): https://codereview.chromium.org/469253006/diff/1/pkg/analysis_server/tool/spec/codegen_tools.dart#newcode418 pkg/analysis_server/tool/spec/codegen_tools.dart:418: if(fileSystemEntity is File && ...
6 years, 4 months ago (2014-08-18 20:56:41 UTC) #2
jwren
https://codereview.chromium.org/469253006/diff/1/pkg/analysis_server/tool/spec/codegen_tools.dart File pkg/analysis_server/tool/spec/codegen_tools.dart (right): https://codereview.chromium.org/469253006/diff/1/pkg/analysis_server/tool/spec/codegen_tools.dart#newcode418 pkg/analysis_server/tool/spec/codegen_tools.dart:418: if(fileSystemEntity is File && !posix.split(fileSystemEntity.path).last.startsWith('.')) { On 2014/08/18 20:56:41, ...
6 years, 4 months ago (2014-08-18 21:06:29 UTC) #3
jwren
6 years, 4 months ago (2014-08-18 21:06:49 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as 39353 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698