1 patch for repository http://darcs.net/screened:
patch 2f4cea1a303b382053e9d6a2473ecc181768a5fe
Author: Ben Franksen <ben.franksen@online.de>
Date: Sat Oct 17 19:10:57 CEST 2020
* resolve issue2658: show dependencies should only show direct dependencies
The code was written with that goal in mind, I just botched the way the
direct and indirect dependencies are updated when a new dependency is found.
Updated bundle with 3 more related patches.
4 patches for repository http://darcs.net/screened:
patch 2f4cea1a303b382053e9d6a2473ecc181768a5fe
Author: Ben Franksen <ben.franksen@online.de>
Date: Sat Oct 17 19:10:57 CEST 2020
* resolve issue2658: show dependencies should only show direct dependencies
The code was written with that goal in mind, I just botched the way the
direct and indirect dependencies are updated when a new dependency is found.
patch 2a577715e60faafe1f7194a9a8d9b9643760f0d6
Author: Ben Franksen <ben.franksen@online.de>
Date: Mon Oct 19 10:47:06 CEST 2020
* fix and improve help text for show dependencies
patch dc9f5fc7d627f8dc8a5fae12f5dc3b16e1b1758d
Author: Ben Franksen <ben.franksen@online.de>
Date: Mon Oct 19 11:39:07 CEST 2020
* improve internal documentation in D.UI.Commands.ShowDependencies
This hopefully makes it clearer how the algorithm works.
patch 8f2405f53194c0b7e8352bd56c462000b32de683
Author: Ben Franksen <ben.franksen@online.de>
Date: Mon Oct 19 13:50:05 CEST 2020
* add progress reporting to show dependencies command