On Mon, Dec 20 2021, Leo Famulari wrote: > On Mon, Dec 20, 2021 at 09:43:51AM +0100, Xinglu Chen wrote: >> Result of running `guix review b960924583def5400b477d3eea839c78ec8cf950.1639942526.git.leo@famulari.name': (still a WIP) > > What is `guix review`? :) Hehe, it’s still a WIP (which is why I am testing it), and as the name suggests, it makes it easier to review packages. It can read the diff between two commits and determine the packages that have been changed, and then it will build and lint those package. Or it can be given a message id (as you see above) and use the ‘b4’ program to fetch patches from a public-inbox archive[1], and then apply them, build and lint the packages. I still have some work to do on Guix Home[2], but after that I will hopefully send some patches for this ‘guix review’ command. :-) [1]: Like this one [2]: