It currently says:
|
OS-Lib aims to be a complete replacement for the |
|
`java.nio.file.Files`/`java.nio.file.Paths`, `java.lang.ProcessBuilder` |
|
`scala.io` and `scala.sys` APIs. You should not need to drop down to underlying |
|
Java APIs, as OS-Lib exposes all relevant capabilities in an intuitive and |
|
performant way. OS-Lib has no dependencies and is unopinionated: it exposes the |
|
underlying APIs in a concise but straightforward way, without introducing it's |
|
own idiosyncrasies, quirks, or clever DSLs. |
But there are issue(s) indicating we lack some replacements of for the scala.io API.
Those issue(s) got closed without further comment or advise. Being a maintainer of os-lib for a long time if find it rather unsatisfying to close valid issues without further comments.
We should either find a good answer or revise our mission statement, that we don't aim any longer for a full replacement of the scala.io API.
It currently says:
os-lib/Readme.adoc
Lines 50 to 56 in 40bc124
But there are issue(s) indicating we lack some replacements of for the
scala.ioAPI.Those issue(s) got closed without further comment or advise. Being a maintainer of os-lib for a long time if find it rather unsatisfying to close valid issues without further comments.
We should either find a good answer or revise our mission statement, that we don't aim any longer for a full replacement of the
scala.ioAPI.