Skip to content

Commit

Permalink
refactor: add small TODO (#9380)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg authored Dec 4, 2023
1 parent 320127d commit 85ddc6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dune_pkg/opam_solver.ml
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,8 @@ let opam_package_to_lock_file_pkg
in
{ Lock_dir.Pkg_info.name = Package_name.of_opam_package_name name
; version
; dev = false
; (* CR-rgrinberg: should be true for pinned packages or without a checksum *)
dev = false
; source
; extra_sources
}
Expand Down

0 comments on commit 85ddc6a

Please sign in to comment.