Skip to content

Commit

Permalink
Fix classify when there are archives sharing modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jonludlam committed Feb 13, 2025
1 parent d88e04c commit dd2d6f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/odoc/classify.cppo.ml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ module Deps = struct
let deps =
List.filter
(fun l2 ->
((StringSet.inter l1.Archive.modules l2.Archive.modules |> StringSet.cardinal) = 0) && (* Can't be co-linked if there are common module names *)
not
@@ StringSet.is_empty
(StringSet.inter l1.Archive.impl_deps l2.Archive.modules))
Expand Down

0 comments on commit dd2d6f8

Please sign in to comment.