We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10753a commit 1815f2aCopy full SHA for 1815f2a
src/source/workspace.ml
@@ -742,6 +742,8 @@ let source_path_of_lock_dir_path path =
742
| In_build_dir b ->
743
(match Path.Build.explode b with
744
| [ _; _; ".lock"; lock_dir ] -> Path.Source.of_string lock_dir
745
+ | [ ".dev-tools.locks"; dev_tool ] ->
746
+ Path.Source.L.relative Path.Source.root [ "_build"; ".dev-tools.locks"; dev_tool ]
747
| components ->
748
Code_error.raise
749
"Unsupported build path"
0 commit comments