Hi, On Friday, February 18, 2022 1:49:59 AM EST Liliana Marie Prikler wrote: > Am Donnerstag, dem 17.02.2022 um 15:50 -0500 schrieb Philip McGrath: > > * gnu/packages/chez-and-racket-bootstrap.scm (chez-machine- > > > > >nonthreaded, > > > > chez-machine->threaded, chez-machine->nix-system, nix-system->chez- > > machine, > > chez-upstream-features-for-system): New private functions. > > (%nix-arch-to-chez-alist, %nix-os-to-chez-alist): New private > > constants. > > (chez-scheme)[supported-systems]: Compute based on > > 'nix-system->chez-machine' and 'chez-upstream-features-for-system'. > > AFAIK we don't distinguish between private/public and function (should > be "procedure"), constant or variable. It's all "variable". > > > Otherwise LGTM. There are existing commits like: > commit 9e3355d2a35796276d17af13ac45814dbf6c4203 > Author: Tobias Geerinckx-Rice > Date: Sun Oct 3 13:50:10 2021 +0200 > > bash completion: Complete ‘guix build’ file names. > > * etc/completion/bash/guix > (_guix_complete_available_package_or_store_file): New function. > (_guix_complete): Call it in place of _guix_complete_available_package > after the ‘build’ command. and: > commit 273cf0378d6ddfcf8b882decd796ad8f9699f343 > Author: Maxim Cournoyer > Date: Tue Jul 3 09:04:02 2018 -0400 > > gnu: Add iso-8879-entities. > > * gnu/packages/docbook.scm (iso-8879-entities): New private variable. But feel free to fix it if it's wrong! -Philip