[Notes] [Git][BuildStream/buildstream][bschubert/rework-circular-check] fixup! 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/loader.py
    ... ... @@ -273,7 +273,7 @@ class Loader():
    273 273
                                     "{}: Cannot depend on junction"
    
    274 274
                                     .format(dep.provenance))
    
    275 275
     
    
    276
    -            element.add_dependency(dep_element, dep.dep_type)
    
    276
    +            element._add_dependency(dep_element, dep.dep_type)
    
    277 277
     
    
    278 278
             deps_names = [dep.name for dep in dependencies]
    
    279 279
             self._warn_invalid_elements(deps_names)
    



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