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

Issue 476623002: Fixed TODOs/bugs in codegen_tools.dart for code generation of a directory. (Closed)

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

Description

Fixed TODOs/bugs in codegen_tools.dart for code generation of a directory. R=paulberry@google.com Committed: https://code.google.com/p/dart/source/detail?r=39258

Patch Set 1 #

Patch Set 2 : Rebase with bleeding_edge #

Total comments: 6

Patch Set 3 : review and rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -17 lines) Patch
M pkg/analysis_server/tool/spec/codegen_tools.dart View 1 2 4 chunks +59 lines, -17 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jwren
6 years, 4 months ago (2014-08-14 06:16:51 UTC) #1
Paul Berry
lgtm with comments addressed. https://codereview.chromium.org/476623002/diff/20001/pkg/analysis_server/tool/spec/codegen_tools.dart File pkg/analysis_server/tool/spec/codegen_tools.dart (right): https://codereview.chromium.org/476623002/diff/20001/pkg/analysis_server/tool/spec/codegen_tools.dart#newcode404 pkg/analysis_server/tool/spec/codegen_tools.dart:404: File outputFile = new File(joinAll(posix.split(outputDirPath ...
6 years, 4 months ago (2014-08-14 12:44:05 UTC) #2
jwren
https://codereview.chromium.org/476623002/diff/20001/pkg/analysis_server/tool/spec/codegen_tools.dart File pkg/analysis_server/tool/spec/codegen_tools.dart (right): https://codereview.chromium.org/476623002/diff/20001/pkg/analysis_server/tool/spec/codegen_tools.dart#newcode404 pkg/analysis_server/tool/spec/codegen_tools.dart:404: File outputFile = new File(joinAll(posix.split(outputDirPath + file))); On 2014/08/14 ...
6 years, 4 months ago (2014-08-14 18:12:29 UTC) #3
jwren
Committed patchset #3 manually as 39258 (presubmit successful).
6 years, 4 months ago (2014-08-14 18:15:10 UTC) #4
Bill Hesse
This additional check fails on svn checkouts using older versions of subversion, which put a ...
6 years, 4 months ago (2014-08-18 13:48:38 UTC) #5
Bill Hesse
6 years, 4 months ago (2014-08-18 14:05:07 UTC) #6
Message was sent while issue was closed.
On 2014/08/18 13:48:38, Bill Hesse wrote:
> This additional check fails on svn checkouts using older versions of
subversion,
> which put a .svn file in each subdirectory.  I think this check should be
> modified to ignore files starting with ., or perhaps files not ending in
.java.
> 
> This is causing failures on the buildbots.  I'll fix them by re-checking out,
> using the new svn.

The buildbots do not have svn 1.7, only 1.6, so the problem must be fixed by
ignoring the .svn directory.

Powered by Google App Engine
This is Rietveld 408576698