Changes between Version 10 and Version 11 of DependencyAnalysis
- Timestamp:
- 05/28/08 20:08:28 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DependencyAnalysis
v10 v11 134 134 It also means that we can't make use of targets for which we don't have a cached representation without rerunning the action to produce them, but this shouldn't be a problem. 135 135 136 It's important that the core make algorithm doesn't care about the internal structure of Targets or Representations, as long as it can retrieve the old and current representation for a target and compare them for equality.136 It's important that the core make algorithm doesn't care about the internal structure of Targets or Representations, as long as it can retrieve the old and current representations for a target and compare them for equality. 137 137 138 138
