Closed aqjune closed 5 months ago
Oops, I think this is my fault:
https://github.com/dbuenzli/down/blob/5b557f38226974ca6e98827dc61e9e5ee57464a7/src/down_std.ml#L287
should be 0o755
.
Apologies.
No worries a good reviewer would have spotted that :-). On a fix.
thanks! :)
I might be missing something, but in WSL2 Ubuntu,
Down.Session.edit
is failing because~/.config/ocaml/session/
does not have+x
permission:To make
Down.Session.edit
successful,chmod +x
must be given to all three directories.config
,.config/ocaml
,.config/ocaml/session/
.