Hi, On Tue, 09 Mar 2021 at 22:41, Tobias Geerinckx-Rice <m...@tobias.gr> wrote:
> +(define (check-name package) > + "Check whether PACKAGE's name matches our guidelines." > + ;; Currently checks only whether the name is too short. > + (if (<= (string-length (package-name package)) 1) Maybe the length can be negative or zero. ;-) Well, both patches are LGTM. Cheers, simon