LeeTibbert

Results 142 issues of LeeTibbert

##### Release trains This PR is intended for the SN 0.4.x release train. It addresses a set of bugs which may be experienced by people in the wild attempting to...

This PR brings `socket.scala` into nearly complete compliance with POSIX 2018 specification `socket.h`. This implies implementing the `sendmsg` and `recvmsg` methods and creating `MsgIoSocketTest.scala` to exercise them. In addition, a...

clib signal.scala declares SIGTERM but not SIGKILL posixlib signal.scala declares SIGKILL but not SIGTERM both are required for POSIX conformance. Gotta love it! I recommend that both signal.scala files be...

The interop section of the 0.5.0-latest User's Guide (and many a previous version) describes `stackalloc` and explicitly states `Memory is not zeroed out by default`. This has been untrue for...

Whilst reviewing a PR, I had the misfortune to be tracing code in `j.n.SocketHelpers`. I noticed that method #isReachableByEcho will, on `socket` error, leak the memory contained in a potentially...

Whilst studying Issue #2253, I discovered that Posix scatter/gather routines `recvmsg()` & `sendmsg()` are not implemented. Obviously there are not many current users of those routines. Scatter/gather is a useful...

has pr

There are probably a large (?) number of places where methods have been deprecated in 0.4.x. The 0.5.0 release offers the opportunity to remove those methods. This reduces the amount...

Update sbt to version [1.7.1](https://github.com/sbt/sbt/releases) in two places. That version has been released for 3 weeks. I have been using it for 10 to 14 days, on Linux & macOS...

Over the past week or 10 days I have had several occasions to run 0.4.5 CI. In each of those cases multiarch qemu passed without a hitch. Much as I...

Scala Native works on a "professional/community' development model, where contributions from community members are encouraged. Professionals guide and are the final merge gatekeepers. It was decided and implemented there would...