LeeTibbert
LeeTibbert
Whilst doing cross-checks on other issues, I noticed that Scala Native 0.4.n/0.5.0-SNAPSHOT appears to not set the System property 'user.name'. Java & ScalaJVM both set the property. I did not...
The Scala 3.1.1, 3.2.0, and possibly earlier, compiler has become increasingly vocal about an entire series of long deprecated tests in ShiftOverflowTest. These messages show up when building Scala Native...
> This is a placeholder. Something to peck away at whist waiting for CI jobs to complete. Later: Scala 3.0 deprecated non-local returns (see Scala 3.0 docs) and announced that...
Percy Bysshe Shelley: ``` My name is Ozymandias, King of Kings; Look on my Works, ye Mighty, and despair! ``` PlainSocketImpl.scala: ``` override def create(streaming: Boolean): Unit = { val...
##### The art of the possible, the attainable — the art of the next best This Issue attempts to capture a discussion in PR #2816 so that it gets fixed...
#### TL;DR I seek permission to add an implicit to convert `Int` to `USize`. Such would add conceptual clarity and make stackalloc & alloc much easier to use & review....
In merged 0.4.x PR #2752 Arman captured a case where `j.net.InetAddress#getAllByName` can return null on Windows. CI on Windows was reporting this case and failing the Test. At the very...
2022-08-17 PR #2788 should probably be merged first, so I marked this Work In Progress (WIP) I will re-base and change back to mainline after Eric's PR is merged. This...
I think we have already experience one brownout (unavailable) period where Ubuntu 18.04 was unavailable on CI. The broke the build and caused all sorts of angina and investigation. I...
Currently one can inspect significant parts of environment being used to build a Scala Native Project. This is a great way to confirm that the actual environment is what you...