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

Unified Diff: sdk/lib/_internal/pub/lib/src/barback/asset_environment.dart

Issue 555293002: Stop working around issue 20504 in pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/lib/src/barback/asset_environment.dart
diff --git a/sdk/lib/_internal/pub/lib/src/barback/asset_environment.dart b/sdk/lib/_internal/pub/lib/src/barback/asset_environment.dart
index 1eab02d6ad9e3fa0a60794586d796b17ff3e1880..613d94e890a15fd84540ccba6ecfc1e849679cc2 100644
--- a/sdk/lib/_internal/pub/lib/src/barback/asset_environment.dart
+++ b/sdk/lib/_internal/pub/lib/src/barback/asset_environment.dart
@@ -257,9 +257,6 @@ class AssetEnvironment {
if (result.success) {
log.message("Precompiled ${_formatExecutable(id)}.");
} else {
- // TODO(nweiz): Stop manually deleting this when issue 20504 is
- // fixed.
- deleteEntry(snapshotPath);
throw new ApplicationException(
log.yellow("Failed to precompile "
"${_formatExecutable(id)}:\n") +
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698