[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
    ... ... @@ -21,7 +21,7 @@
    21 21
     from collections.abc import Mapping
    
    22 22
     from itertools import count
    
    23 23
     
    
    24
    -from pyroaring import BitMap, FrozenBitMap  # pylint: disable=no-name-in-module
    
    24
    +from pyroaring import BitMap  # pylint: disable=no-name-in-module
    
    25 25
     
    
    26 26
     # BuildStream toplevel imports
    
    27 27
     from .._exceptions import LoadError, LoadErrorReason
    



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