tarides / ocaml-platform-installer

The best way for developers to write software in OCaml
ISC License
60 stars 8 forks source link

Uniquely named and short-lived compiler sandbox repo #150

Closed panglesd closed 1 year ago

panglesd commented 1 year ago

This PR makes sandbox repos as short-lived as possible (there is no need to keep them as soon as the compiler has been installed) and give them unique name depending on the path (adding a repo to opam, with an already existing name but a different path, makes it fail).

Should hopefully make #149 never happen again.

panglesd commented 1 year ago

Thanks for the review! I agree, we don't have time for the "leftover repository" issue. But, I added the requested comments. (I canceled the CI run since the last commit do not modify the code.)