LeeTibbert
LeeTibbert
@WojciechMazur Thank you for the timely and helpful response. Whilst waiting for CI jobs to complete, I took the time to read up on 3.2.0 now giving a more direct...
@WojciechMazur Is OK with you if I do these corrections in the 0.5.0 stream or would it be easier for you to merge in the 0.4.x stream (or "do something,...
Thank you. That gets me moving. This is a background task, so progress may be slow.
Asking before I leap: Is it OK to use `import scala.util.control.NonLocalReturns.*` and associated language constructs in javalib? Scala.js did a sweep through their javalib to eliminate dependencies on Scala libraries....
To co-ordinate efforts and, hopefully, eliminate wasted work... I am in the process of making extensive changes to javalib `InetAddress*.scala` and `SocketHelpers.scala` for other reasons. A welcome byproduct of this...
I am in the process of removing 20 or 30 'non-local return' warnings in javalib `InetAddress.scala` and friends, well, mostly the friends. I got tired of looking at the 'non-local...
The merged PR was a partial fix, I believe there a large number of `non-local` return errors remaining. I know of at least 20 (down from 50+ ) that happen...
I had not seen that in Scala.js. I had thought I had looked there. I do not want to sideline your promising & productive SN build work, I could take...
I've ignored this one for months, saying bad words each time I ran my test. I've run out of bad words to say.
Scala.js `Primality.scala` ports to SN 3.2.0 with only three(?) minor changes (missing ()). Now to see if it passes tests (or if tests exist). The to see if SN 2.11.mumble...