scala-io icon indicating copy to clipboard operation
scala-io copied to clipboard

Repository for work on Scala Standard Library I/O components

Results 32 scala-io issues
Sort by recently updated
recently updated
newest added

In the following REPL session, `res1` clearly is wrong, it should be equivalent to `res2`. This only seems to happen with `RNPair`. Using `NewLine` or `CarriageReturn` seems fine. The version...

Resource's acquireFor was throwing exceptions like FileNotFound when the resource was opened, even though the contract states that errors would be caught and returned in the resulting either. This change...

The POM file for scala-io-file_2.11 0.4.3 published to Maven central contains two dependencies on scala-parser-combinators, version 1.0.0 and 1.0.1. The main problem apart from the conflict is that 1.0.0 is...

I wanted to get the filenames from a PathSet, so I tried doing this: ps.map(_.name) That, unexpectedly, doesn't really work. Well, it works, but the result is not a PathSet[String]....

It seems there is something strange going on in Path with regards to java.net.URI, when the URI includes encoded characters, e.g. spaces in the filename. If I create a `Path`...

Please post a software license (BSD, apache , etc.) with the source code and in the POM

Because `new File(file)` doesn't throw any exception when there's no file for the given path.

The exceptions which extends scala.util.control.ControlThrowable, break out some scala control constructs, such as scalax.file.NotDirectoryException. When I use scala-io for something in a future, if a scalax.file.NotDirectoryException is thrown, then the...