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

Issue 238503003: Make [Barback.getAllAssets] work when called synchronously. (Closed)

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

Description

Make [Barback.getAllAssets] work when called synchronously. This was broken because InputNode didn't take its input being dirty into account when calculating whether it was dirty, so the synchronous period between providing Barback with assets and getting those assets' values had the graph marked as clean but none of its outputs yet available. R=rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=35098

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -31 lines) Patch
M pkg/barback/lib/src/phase_input.dart View 3 chunks +13 lines, -2 lines 0 comments Download
M pkg/barback/test/package_graph/get_all_assets_test.dart View 2 chunks +23 lines, -0 lines 0 comments Download
M pkg/barback/test/utils.dart View 3 chunks +33 lines, -29 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
nweiz
6 years, 8 months ago (2014-04-15 01:15:14 UTC) #1
Bob Nystrom
lgtm
6 years, 8 months ago (2014-04-15 22:18:16 UTC) #2
nweiz
6 years, 8 months ago (2014-04-15 23:54:39 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r35098 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698