Bug Tracker Home
Issues Show Unassigned Show All Search Issues
Patches Show Open Show All Search Patches
Login Remember me? Register Lost your login?
Help Roundup docs
Created on 2020-10-17.14:42:46 by bfrk, last changed 2020-10-22.16:51:40 by bfrk.
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.
In other words, we want to output the /transitive reduction/ of the dependency graph (see https://en.wikipedia.org/wiki/Transitive_reduction).