LeeTibbert
LeeTibbert
This is a memory placeholder Issue. Ekrich corrected the signature for `java.lang.Math#floorMod(long, int): int" in now merged PR #4222. I recently became aware that the JDK has declared `java.lang.StrictMath` since...
Whilst studying PR #4199 I discovered a bug with current mainline Scala Native `Matcher.region(begin, end)`. The PR does not have this problem. I am creating this issue to help ensure...
Fix #4700 * Implement nativelib package scope `calloc` methods and related brief unit-tests. * See Issue 4700 for detailed reasoning for change. * Retain historical package scope `alloc`, has been...
Fix: #4676 Modify four javalib `ProcessTest` tests which use 'git ls-files' to be more robust to the environment in which they execute. The original intent is retained. This allows `ProcessTest`...
When creating a javalib Process and attempting to override the PATH environment variable, Scala Native is not compliant with JVM. The Scala Native provides a superset of the JVM behavior....
An’ here I sit so patiently; Waiting to find out what price; You have to pay to get out of; Going through all these things twice. -- Bob Dylan If...
Is anybody else experiencing failures in the various 'UsingScalaProcess' tests in `ProcessTest` using `testsJVM3`? This seemed to have developed recently, at least for me. I discovered it on my macOS...
Later: 2025-12-06 There has been extensive work & remarkable improvement in the javalib `Process` related classes and methods over the past 4 months or so. `UnixProcessGen2.scala` is no longer, but...
I believe there are a number of steps which can and should be taken to make it easier to understand and use Scala Native multithreading variants. The specific edits are...
What is the current informed guidance on the use of the `@alwaysinline` and `@inline` annotations? The days I am seeing an increased and liberal use of `@alwaysinline`. I do not...