Mark Hammons

Results 52 comments of Mark Hammons

> That sounds like a very ambitious goal. If the GC is itself a Scala object, it would have to somehow deal with _itself_ and its dependencies in a very...

> That still sounds like a lot of effort, and resulting in pretty fragile code. > > What is the point, here? What actual benefit is this supposed to provide?...

I've tried using the clang-format script to no avail. I do not have clang6 available on my system.

> I don't think you can do anything but install clang-format v6 and use that. I used an ubuntu docker image to get clang-format-6.0. This seems to be the step...

Hi @LeeTibbert I'll make the changes requested soon. The documentation changes are a bit tougher than the rest, as are the testing changes. As to what standard is this following,...

> Since this is Unix process, we should have POSIX and pthread available so I am not sure it make since to bring in C++ threads especially since we have...

@ekrich One option is to have the process manager code be as it currently is, and have the result tracking code in posixlib (and winlib when it exists) as a...

@ekrich looking at how things are done in windows, I think only minor modifications to the wait_loop in process_manager would be needed to support windows. This could be handled with...

Triggering it is pretty easy. Set version to something like 1.0.0 and package the build with the jdkPackager. Then set the build to version 1.0.1 and do the same. The...

Thirding this. A gitter channel for community support would be very nice and help adoption I think.