LeeTibbert

Results 665 comments of LeeTibbert

2022-11-19 WIP PR #2783 contained a fix for this but never merged. So this deprecation still exists. Another one for the hit parade: `ScalaNativePlugin.scala` ``` @deprecated("use autoImport instead", "0.3.7") val...

As I have written elsewhere, to greater length, I believe: 1) We probably agree on numbers 2, 3, 4, 7, & 8 below. number 5 is where we differ. 2)...

Eric, I think we have to agree to differ. This detail is __so__ insignificant in the light of needing more complete clib and posixlib implementation. Yet it has to be...

`SIGUSR1` is in POSIX 2018, I just looked. Any idea why you deprecated? Using the same underlying C file seems like a good idea, indeed, the only way to go....

Progress report: The good news is that there are two places in `UnixProcess` where the results of a call to `kill(pid, SIGx)` are not checked, at least the SIGTERM call...

Mark Thank you for your contribution. Overall, solid work! Please let me make a few review suggestions in the spirit of continuous improvement. I am an individual contributor, not a...

@ekrich I did not even see the "scala_native_" vs "scalanative_" distinction, Oops! I was focused on other issues. Good to have multiple reviewers. Doing a grep through `scala/scalanative/posix/`*.scala and `scala/scalanative/posix/sys`...

@markehammons A progress report... I have spent a number of days over the past week studying the declaration for the `wait()` method. Best I was able to discover was to...

Mark, Thank you for this work. A couple of thoughts after reading through. I mean to be supportive, not picky. 1) My constant question is "What standard or existing practice...

I think the idea/hope is that someday `posixlib` will call into an underlying libc implementation, where it can, rather than having all sorts of duplicated code, with different bugs, lying...