LeeTibbert
LeeTibbert
Issue #2687 was closed because it looked at the time like a solution would be a long time coming. With the pending release of Scala Native 0.5.0-?? Real Soon Now,...
Fold information provided by Wojciech in Issue #3453 into the "Service Providers" section of `javalib.rst`. Any errors or mis-transcription are my original work. The idea is to provide a "See...
Fix #3778 Show the document build date on the ReadTheDocs landing (index.html) page in addition to the date the git file changed. Doing so shows Scala Native in a better...
The places where people encounter Scala Native for the first time, or the first time in awhile, need to be especially encouraging and inviting. The fact that there is a...
To capture the current state of recent efforts to restore FreeBSD64 support to Scala Native. SN 0.5.0 support for FreeBSD 64 is probably in better shape than anyone trying to...
javalib `java.util.zip.ZipOutputStream` can silently write an incorrect output .zip (and then helpfully copy it back over the input .zip). That is, the newly generated file can not be read by...
Whilst pecking away at Issue #3453, Zip file system support, I tried to implement some examples from the web in Scala Native. I quickly discovered that the `stream` methods in...
PR #3614 brought DatagramSockets to Scala Native javalib. This creates the opportunity to discuss and plan how `java.net.{Socket, DatagramSocket}` and `java.nio.channels` might be brought to play together nicely. In the...
`stdlib.scala` is highly likely to be one of the first files used by developers new to Scala Native posixlib or to those who have used it before and forgotten its...
At 11/02/2023 10:48 AM, Anton Sviridov created a topic on the SN Discord channel describing Exceptions coming from javalib `Files#createTempDirectory`. I am just now getting time to create this Issue:...