[Notes] [Git][BuildStream/buildstream][bschubert/rework-circular-check] fixup! Build dependency cache eagerly



Title: GitLab

Benjamin Schubert pushed to branch bschubert/rework-circular-check at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • buildstream/_loader/loadelement.py
    ... ... @@ -127,7 +127,7 @@ class LoadElement():
    127 127
         #    (bool): True if this LoadElement depends on 'other'
    
    128 128
         #
    
    129 129
         def depends(self, other):
    
    130
    -        return other.node_id in self._dep_cache
    
    130
    +        return other._node_id in self._dep_cache
    
    131 131
     
    
    132 132
     
    
    133 133
     # _extract_depends_from_node():
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]