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
Currently, several functions take an optional argument with a string specifying posix file attributes. For some functions, the use of this option is not documented. For other functions, the use of this option is documented as an example string.
Proposed solution
All functions that use :posix-file-permissions should refer to the docstring for babashka.fs/str->posix.
Problem
Currently, several functions take an optional argument with a string specifying posix file attributes. For some functions, the use of this option is not documented. For other functions, the use of this option is documented as an example string.
Proposed solution
All functions that use
:posix-file-permissions
should refer to the docstring forbabashka.fs/str->posix
.Related references
Discussion on Slack: https://clojurians.slack.com/archives/CLX41ASCS/p1712998545809559
The text was updated successfully, but these errors were encountered: