LeeTibbert

Results 142 issues of LeeTibbert

Just past time implementation. Encountered whilst attempting to implement some `epollcat` code. So, a shortcoming encountered in the wild. posixlib string.scala contains one declaration. In particular, it needs the Open...

has pr
component:posixlib

Discovered whilst trying to have epollcat have the same message on both JVM & Scala Native. Both the JVM and SN posixlib `InetAddress.getByName()` correctly report the invalid IPv4 (and IPv6)...

javalib InetAddress has served its purpose well. I believe that it was a port from Harmony Java. I suspect/believe that Scala Native's ability to call C code can lead to...

Handling the referenced system property did not make the first tranche of SN 0.5.0 javalib IPv6 changes. It's proper handling is conspicuous, to some.

javalib IPv6 support is totally broken in the SN 0.4.n series. It should be fully implemented in 0.5.0-SNAPSHOT. Arman Bilge discovered & reported a case were a particular system configuration...

A present( 15?) or upcoming LLVM/Clang is said to support a "randomize structures" command line flag/option. The "Getting Started" guide need a paragraph stating that use of that option will...

This is a placeholder, for pecking away at when I am waiting for CI to complete. One of the _BIG_ selling points of Scala Native is the "Instant startup time"...

Attempting trial solutions to Issue #2801 lead me to posixlib `unistd getlogin_r()` which lead me to posixlib `unistd.scala` and `unistd.c`. I will skip lightly over the fact that there is...

##### Scala Native versions This PR is submitted for Scala Native 0.4.x with the hope & intent that it also be merged into Scala Native 0.5.0-SNAPSHOT. ##### PR A developer...

##### Important: Need special case to defeat/ignore "-Duser.name=" If another attempt to deal with setting Java System.properties from outside an executing program, the implementor should study Issue #2801. TL;DR It...

component:javalib