mirage / irmin

Irmin is a distributed database that follows the same design principles as Git
https://irmin.org
ISC License
1.84k stars 153 forks source link

index: readonly index creates a folder #2213

Open clecat opened 1 year ago

clecat commented 1 year ago

When initializing an index using Index.v ~readonly:true [...] path, if a subfolder named index does not exist, the function will create said folder without raising an error, despite the usage of the readonly flag.