Leo Prikler <[email protected]> skribis: > *gnu/system/shadow.scm (find-duplicates): New variable. > (assert-unique-account-names, assert-unique-group-names): New variables. > (account-activation): Use them here.
Final nitpicks! :-) > +(define (find-duplicates list) Please add a docstring. > + (let loop ((table (make-hash-table)) > + (list list)) You can move ‘table’ out of the ‘loop’ arguments since it’s mutated anyway. OK with these changes! Thanks, Ludo’.
