Hi, zimoun <zimon.touto...@gmail.com> skribis:
> The attached patch does that only for ’package->recutils’ (show and > search). For instance, note the ’replaced’ field for the grafted > package. (Obviously, it could be any other word than ’replaced’ > compatible with the recutils record.) [...] > name: zstd > version: 1.4.4 > replaced: 1.4.9 I’d make it “replacement” rather than “replaced”. > How display such information for ’package -A’? The (selected) output > looks like: > > zstd 1.4.9 out,lib,static gnu/packages/compression.scm:1473:2 > zstd 1.4.4 out,lib,static gnu/packages/compression.scm:1402:2 Ultimately, you’d want ‘fold-packages’ to traverse replacements, but I don’t think that’s a good idea because it would break the assumption that ‘fold-packages’ only traverses public packages. All in all, I’m in favor of either the status quo or the ‘package->recutils’ patch you propose. Thanks, Ludo’.