Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pins of dune-project to Dyn representation #11187

Merged
Merged
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
3 changes: 2 additions & 1 deletion src/dune_rules/dune_project.ml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ let to_dyn
; subst_config
; strict_package_deps
; allow_approximate_merlin
; pins = _
; pins
; cram
; expand_aliases_in_sandbox
; opam_file_location
Expand Down Expand Up @@ -135,6 +135,7 @@ let to_dyn
; "format_config", option Format_config.to_dyn format_config
; "subst_config", option Toggle.to_dyn (Option.map ~f:snd subst_config)
; "strict_package_deps", bool strict_package_deps
; "pins", Dune_pkg.Pin_stanza.DB.to_dyn pins
; "cram", bool cram
; "allow_approximate_merlin", opaque allow_approximate_merlin
; "expand_aliases_in_sandbox", bool expand_aliases_in_sandbox
Expand Down
Loading