darcs

Issue 2658 darcs show dependencies shows indirect dependencies too

Title darcs show dependencies shows indirect dependencies too
Priority Status resolved
Milestone Resolved in
Superseder Nosy List bfrk
Assigned To
Topics

Created on 2020-10-17.14:42:46 by bfrk, last changed 2020-10-22.16:51:40 by bfrk.

Messages
msg22479 (view) Author: bfrk Date: 2020-10-17.14:42:42
This is a regression in 2.16. More precisely, writing "a < b" for "b 
depends on a", when a < b < c, the resulting graph should only contain 
the edges {a < b, b < c}, but not a < c.
msg22481 (view) Author: bfrk Date: 2020-10-17.16:57:14
In other words, we want to output the /transitive reduction/ of the
dependency graph (see https://en.wikipedia.org/wiki/Transitive_reduction).
History
Date User Action Args
2020-10-17 14:42:46bfrkcreate
2020-10-17 16:57:16bfrksetmessages: + msg22481
2020-10-22 16:51:40bfrksetstatus: unknown -> resolved