Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ different folders.
> (public_name bar.foo))
> EOF

The install-entry consumer preserves the usual diagnostic without relying on
another target to force scope validation first.

$ dune build @install
File "b/dune", lines 1-3, characters 0-44:
1 | (library
2 | (name bar)
3 | (public_name bar.foo))
Error: Public library bar.foo is defined twice:
- a/dune:1
- b/dune:1
[1]

Without any consumers of the libraries

$ dune build
Expand Down
Loading