Skip to content

dune utop fails with multiple virtual module implementations #2323

@avsm

Description

@avsm

In a similar vein to #2322, dune utop hits a conflict when there are multiple implementations of the same virtual module in a repository. Perhaps the default_implementation could be used and the other virtual modules deselected from the toplevel?

$ dune utop
Error: Conflicting implementations for virtual library "io-page":
- "io-page-xen" in _build/default/lib/xen
- "io-page-unix" in _build/default/lib/unix

PR for io-page that shows this problem:
mirage/io-page#59

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions