| Index: utils/pub/io.dart
|
| diff --git a/utils/pub/io.dart b/utils/pub/io.dart
|
| index 51c3f1314ac5cbdab8fa4162331bf879fda9f28c..381889db264a782c8a144fcb99dd9c5927f385b4 100644
|
| --- a/utils/pub/io.dart
|
| +++ b/utils/pub/io.dart
|
| @@ -128,6 +128,7 @@ String createTempDir([dir = '']) {
|
| return tempDir.path;
|
| }
|
|
|
| +// TODO(nweiz): Remove this when issue 9252 is fixed.
|
| /// Asynchronously recursively deletes [dir]. Returns a [Future] that completes
|
| /// when the deletion is done.
|
| Future<String> deleteDir(String dir) {
|
| @@ -227,6 +228,7 @@ Future<String> cleanDir(String dir) {
|
| });
|
| }
|
|
|
| +// TODO(nweiz): remove this when issue 9253 is fixed.
|
| /// Renames (i.e. moves) the directory [from] to [to]. Returns a [Future] with
|
| /// the destination directory.
|
| Future<String> renameDir(String from, String to) {
|
|
|