[Notes] [Git][BuildStream/buildstream][bschubert/optimize-sort] fixup! Refactor sorting



Title: GitLab

Benjamin Schubert pushed to branch bschubert/optimize-sort at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • buildstream/_loader/loadelement.py
    ... ... @@ -41,7 +41,7 @@ from .types import Symbol, Dependency
    41 41
     #
    
    42 42
     class LoadElement():
    
    43 43
     
    
    44
    -    next_id = itertools.counter()
    
    44
    +    next_id = itertools.count()
    
    45 45
     
    
    46 46
         def __init__(self, node, filename, loader):
    
    47 47
     
    



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