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

Issue 2426773004: First cut at a file system abstraction for the front end. (Closed)

Created:
4 years, 2 months ago by Paul Berry
Modified:
4 years, 2 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 22

Patch Set 2 : Address code review comments #

Total comments: 10

Patch Set 3 : Address additional code review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -3 lines) Patch
M pkg/front_end/lib/compiler_options.dart View 1 2 chunks +12 lines, -3 lines 0 comments Download
A pkg/front_end/lib/file_system.dart View 1 2 1 chunk +73 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
Paul Berry
Notes: - This is based on analyzer's ResourceProvider class, except that the File/Folder distinction has ...
4 years, 2 months ago (2016-10-18 16:56:44 UTC) #2
scheglov
https://codereview.chromium.org/2426773004/diff/1/pkg/front_end/lib/file_system.dart File pkg/front_end/lib/file_system.dart (right): https://codereview.chromium.org/2426773004/diff/1/pkg/front_end/lib/file_system.dart#newcode13 pkg/front_end/lib/file_system.dart:13: /// All front end interaction with the filesystem goes ...
4 years, 2 months ago (2016-10-18 17:10:32 UTC) #3
Brian Wilkerson
https://codereview.chromium.org/2426773004/diff/1/pkg/front_end/lib/file_system.dart File pkg/front_end/lib/file_system.dart (right): https://codereview.chromium.org/2426773004/diff/1/pkg/front_end/lib/file_system.dart#newcode20 pkg/front_end/lib/file_system.dart:20: /// Returns a [path.Context] suitable for use with this ...
4 years, 2 months ago (2016-10-18 17:36:59 UTC) #4
Paul Berry
PTAL https://codereview.chromium.org/2426773004/diff/1/pkg/front_end/lib/file_system.dart File pkg/front_end/lib/file_system.dart (right): https://codereview.chromium.org/2426773004/diff/1/pkg/front_end/lib/file_system.dart#newcode13 pkg/front_end/lib/file_system.dart:13: /// All front end interaction with the filesystem ...
4 years, 2 months ago (2016-10-18 20:34:58 UTC) #5
scheglov
LGTM https://codereview.chromium.org/2426773004/diff/20001/pkg/front_end/lib/file_system.dart File pkg/front_end/lib/file_system.dart (right): https://codereview.chromium.org/2426773004/diff/20001/pkg/front_end/lib/file_system.dart#newcode46 pkg/front_end/lib/file_system.dart:46: /// Returns the absolute path represented by this ...
4 years, 2 months ago (2016-10-18 20:43:40 UTC) #6
Brian Wilkerson
lgtm https://codereview.chromium.org/2426773004/diff/20001/pkg/front_end/lib/file_system.dart File pkg/front_end/lib/file_system.dart (right): https://codereview.chromium.org/2426773004/diff/20001/pkg/front_end/lib/file_system.dart#newcode67 pkg/front_end/lib/file_system.dart:67: Future<List<int>> readBytes(); I still think this should be ...
4 years, 2 months ago (2016-10-18 20:52:03 UTC) #7
Paul Berry
https://codereview.chromium.org/2426773004/diff/20001/pkg/front_end/lib/file_system.dart File pkg/front_end/lib/file_system.dart (right): https://codereview.chromium.org/2426773004/diff/20001/pkg/front_end/lib/file_system.dart#newcode46 pkg/front_end/lib/file_system.dart:46: /// Returns the absolute path represented by this file ...
4 years, 2 months ago (2016-10-18 21:09:39 UTC) #8
Paul Berry
4 years, 2 months ago (2016-10-18 21:10:21 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
8fca9ba9683047d7f96f4578a920f8f7c4c30640 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698