Mark Hammons
Mark Hammons
UnixProcess lives in javalib as per #1352. process_monitor.cpp, which only serves UnixProcess, was not moved for some reason. This PR puts process_monitor.cpp where it belongs, as well as updating process_monitor.cpp...
This PR is the first in a set I'm wanting to do to port the GC code from C to scala. That is, my plan is to eventually have immix,...
This MR implements the posix sys/wait.h library and adds a little unit test to exercise the binding.
As far as I've seen so far, HIP does not support runtime compilation like opencl does or NVRTC allows cuda to do. Will this be added soon? I'm using java...
## Expected behaviour For an application named artifact with version 1.0.1 with a previously generated msi for version 1.0.0 in the bundles folder: When I finish producing the MSI, I...
Scala 3.2 can generate scoverage info on its own. You need only do ``` override def scalacOptions: Target[Seq[String]] = T { outer.scalacOptions() ++ Seq(s"-coverage-out:${data().path.toIO.getPath()}") ``` To have coverage reports.
## Compiler version 3.4.0 ## Minimized code ```Scala trait Ptr[A] @capability trait Scope: def allocate(size: Int): Ptr[Unit]^{this} object Scope: def confined[A](fn: Scope ?->{cap} A): A = val scope = new...
I've been having issues where launching tests or running main with the new 0.10.8 just doesn't work half the time. If I rerun a command like test, it'll start working,...
So, I upgraded to sbt 0.13 and sbt-osgi 0.6 on my project the other day only to discover that my project code now outputs stuff I didn't expect. In my...