dcavalca / fedora-rust / rust2rpm

Forked from fedora-rust/rust2rpm 2 years ago
Clone

bdaa087 Refactor the code to generate file lists

Authored and Committed by zbyszek 2 years ago
    Refactor the code to generate file lists
    
    The code was very hard to read because it was doing explicit lists
    concatenations. Let's make the code more python by using 'yield' on
    the interesting items, and hide the creation of the list in a decorator.
    
        
file modified
+16 -9