Opam_graph: Todo-comment for a more useful sharing-coloring, excluding 'ocaml' + 'dune' from max-value calc

This commit is contained in:
rand00 2022-03-18 13:15:49 +01:00
parent 0668da34bf
commit 1f3513e1ee

View file

@ -774,6 +774,9 @@ svg {
let make_deps_sharing_css (sharing_stats:assoc_stats) = let make_deps_sharing_css (sharing_stats:assoc_stats) =
let max_count = let max_count =
SMap.fold SMap.fold
(*> todo: exclude a certain set of pkgs from being taken into consideration here
.. and remember to limit their following pct-count too
*)
(fun _pkg count max_count -> Int.max max_count count) (fun _pkg count max_count -> Int.max max_count count)
sharing_stats 0 sharing_stats 0
|> float |> float