Skip to content

feat(describe): Add --include-empty flag for dune describe external-lib-deps#15585

Open
NatKarmios wants to merge 3 commits into
ocaml:mainfrom
NatKarmios:describe-ext-lib-missing
Open

feat(describe): Add --include-empty flag for dune describe external-lib-deps#15585
NatKarmios wants to merge 3 commits into
ocaml:mainfrom
NatKarmios:describe-ext-lib-missing

Conversation

@NatKarmios

@NatKarmios NatKarmios commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Very small change; adds a --include-empty flag to `dune describe external_lib_deps that prevents filtering out items with no external or internal deps.

Fixes #15566

Checklist

  • Tests added, if applicable.
  • Change log entry added for any user-facing changes.
  • Documentation added for any user-facing changes.

Signed-off-by: Nat Karmios <nat@karmios.com>
Signed-off-by: Nat Karmios <nat@karmios.com>
Comment thread test/blackbox-tests/test-cases/external-lib-deps/include-empty.t
@Alizter

Alizter commented Jul 22, 2026

Copy link
Copy Markdown
Collaborator

Does empty here mean empty library deps or empty library (as in no modules)?

@NatKarmios

Copy link
Copy Markdown
Contributor Author

Does empty here mean empty library deps or empty library (as in no modules)?

Empty library deps.

Signed-off-by: Nat Karmios <nat@karmios.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dune describe external-lib-deps omits libraries that have no dependencies

2 participants