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
Fix os.write.outputStream with perms for Scala 3 (com-lihaoyi#368)
On Scala 3
```scala
os.write.outputStream(os.pwd / "text", perms = os.PermSet(420))
java.lang.ClassCastException: class [Ljava.nio.file.attribute.FileAttribute; cannot be cast to class scala.collection.immutable.Seq ([Ljava.nio.file.attribute.FileAttribute; is in module java.base of loader 'bootstrap'; scala.collection.immutable.Seq is in unnamed module of loader java.net.URLClassLoader @4520ebad)
os.write$.outputStream(ReadWriteOps.scala:35)
ammonite.$sess.cmd0$.<clinit>(cmd0.sc:1)
```
0 commit comments