You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move dev-tool lock dirs into hidden folder (#12671)
* Move dev-tool lock dirs from source into into build folder
Signed-off-by: Marek Kubica <[email protected]>
* Use `Path` type
Signed-off-by: Marek Kubica <[email protected]>
* Turn the dev-tool path to a `Path.External.t`
Signed-off-by: Marek Kubica <[email protected]>
* Fix after rebase
Signed-off-by: Marek Kubica <[email protected]>
* Remove unused indirection
Signed-off-by: Marek Kubica <[email protected]>
* Rewrite absolute external paths into relative paths
Signed-off-by: Marek Kubica <[email protected]>
* Bring back `Fs_memo`
Signed-off-by: Marek Kubica <[email protected]>
* Improve implementation of external to source mapping
Signed-off-by: Marek Kubica <[email protected]>
* Closer to style of `main`
Signed-off-by: Marek Kubica <[email protected]>
* Add validation that path to be deleted is in fact managed
Signed-off-by: Marek Kubica <[email protected]>
* Use `try_localize` instead of rolling my own version of it
Signed-off-by: Marek Kubica <[email protected]>
* Do not assume build dir name
Signed-off-by: Marek Kubica <[email protected]>
* Add cram test to show that custom build dirs work
Signed-off-by: Marek Kubica <[email protected]>
* use fs_memo to scan lock directories
Signed-off-by: Ali Caglayan <[email protected]>
* Switch from untracked path checking to compile-time flag
Signed-off-by: Marek Kubica <[email protected]>
---------
Signed-off-by: Marek Kubica <[email protected]>
Signed-off-by: Ali Caglayan <[email protected]>
Co-authored-by: Ali Caglayan <[email protected]>
0 commit comments