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

Issue 24460004: Fix a barback bug where a result could be emitted incorrectly. (Closed)

Created:
7 years, 2 months ago by nweiz
Modified:
7 years, 2 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix a barback bug where a result could be emitted incorrectly. PackageGraph was relying on its own knowledge of which AssetCascades were dirty, based on which cascades had assets updated. However, it's possible for a cascade to become dirty due to another cascade's asset being updated, and that case was missed. This change addresses that. R=rnystrom@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=27904

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -3 lines) Patch
M pkg/barback/lib/src/asset_cascade.dart View 4 chunks +17 lines, -0 lines 0 comments Download
M pkg/barback/lib/src/package_graph.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/barback/test/package_graph/transform_test.dart View 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
nweiz
7 years, 2 months ago (2013-09-24 22:53:30 UTC) #1
Bob Nystrom
LGTM!
7 years, 2 months ago (2013-09-25 17:16:59 UTC) #2
nweiz
7 years, 2 months ago (2013-09-25 19:17:30 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r27904 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698