LeeTibbert

Results 142 issues of LeeTibbert

The private genTempFile() method in javalib FileHelpers.scala uses a random number to generate a candidate temporary name and then makes one attempt to create the requested temporary file or directory....

This is a placeholder, in the hopes that I can make time to do these improvements. Yes, I should be glad that there are any SN docs at all. Seeking...

component:docs

SN multithread support is clearly marked "Experimental" and thanks for that. macOS multithread support is exercised in continuous integration (CI - a recent win), with earlier versions of macOS and...

os:macos

Presenting problem: On Windows, javalib `Paths.get("")` returns 0 elements, i.e fails. The JVM docs describe `""` as an idiom for 'current working directory' in a number of places. The idiom...

component:javalib
bug
os:windows

Noted in passing ``` @noinline private[lang] def currentStackTrace(): Array[StackTraceElement] = { val cursor = stackalloc[scala.Byte](2048.toUInt) val context = stackalloc[scala.Byte](2048.toUInt) ``` Allocating 4k (actually, slightly more) on stack is unusual in...

Noticed in passing whilst chasing other bugs/features in Files.scala From Java 8 documentation for Files.createFile() ``` The attrs parameter is optional file-attributes to set atomically when creating the file ```...

Code bases evolve over time. Sometimes things are done in a very simple way in early development, just to get things done. Growth & later evolutions reveal then current limitations...

Consider the following log message obtained whilst, like a good dobee, executing `test-all` before a PR submission. The minimal reproducer is to run `test-scripted`. ``` info] published ivy to /home/lee49/.ivy2/local/org.scala-native/junit-async-jvm_2.13/0.4.1-SNAPSHOT/ivys/ivy.xml...

Another "forget-me-not" & announcement. java-net-server-socket appears to be totally non-functional. This breakage appears to be of long duration; probably more than 5 months on SN 0.5.0 and 4 months on...

bug
component:tests

PR #3087 modifies TimesTest so that it does not fail CI when `times()` returns a zero user or system process time. I can not find any obvious error in the...

component:posixlib