darcs

Patch 2104 resolve issue2658: show dependencies should only show ...

Title resolve issue2658: show dependencies should only show ...
Superseder Nosy List bfrk
Related Issues
Status accepted Assigned To
Milestone

Created on 2020-10-17.17:06:25 by bfrk, last changed 2020-10-19.21:55:24 by ganesh.

Files
File name Status Uploaded Type Edit Remove
patch-preview.txt bfrk, 2020-10-17.17:06:24 text/x-darcs-patch
patch-preview.txt bfrk, 2020-10-19.16:40:56 text/x-darcs-patch
resolve-issue2658_-show-dependencies-should-only-show-direct-dependencies.dpatch dead bfrk, 2020-10-17.17:06:25 application/x-darcs-patch
resolve-issue2658_-show-dependencies-should-only-show-direct-dependencies.dpatch bfrk, 2020-10-19.16:40:56 application/x-darcs-patch
unnamed bfrk, 2020-10-17.17:06:25 text/plain
unnamed bfrk, 2020-10-19.16:40:56 text/plain
See mailing list archives for discussion on individual patches.
Messages
msg22482 (view) Author: bfrk Date: 2020-10-17.17:06:25
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.
Attachments
msg22485 (view) Author: bfrk Date: 2020-10-19.16:40:56
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
Attachments
msg22487 (view) Author: ganesh Date: 2020-10-19.20:20:50
Code looks good. I haven't got the energy to write a test either :-)
History
Date User Action Args
2020-10-17 17:06:25bfrkcreate
2020-10-19 16:40:57bfrksetfiles: + patch-preview.txt, resolve-issue2658_-show-dependencies-should-only-show-direct-dependencies.dpatch, unnamed
messages: + msg22485
2020-10-19 16:42:28bfrksetstatus: needs-screening -> needs-review
2020-10-19 20:20:50ganeshsetstatus: needs-review -> accepted-pending-tests
messages: + msg22487
2020-10-19 21:55:24ganeshsetstatus: accepted-pending-tests -> accepted