tarides / ocaml-platform-installer

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

Properly init the sandbox compiler packages repo #145

Closed Julow closed 1 year ago

Julow commented 1 year ago

The sandboxed compiler packages repository is created in a temporary directory. Only whether the target directory exists was checked before skipping initialisation.

Initialisation was skipped, which Opam was complaining about.

Julow commented 1 year ago

Opam was treating the repository as if it targeted version 1.3, which could have unexpected consequence I'm not aware of.