LeeTibbert

Results 665 comments of LeeTibbert

| Maybe rename to match the current incarnation? Good suggestion, done!

Moved to Draft until after PR #4706 merges. Taken together `ProcessTest` now executes cleanly on both my macOS and Linux systems when executed interactively. Hopefully, CI will agree. Now I...

@kitbellew FYI, if you have time and interest. I touched some tests which you authored. I believe that I preserved the original intent. Where an original author is available, I...

Big holiday where I live, so I'll be terse. | I doubt we are running our custom code within JVM, since the class names are the same. Correct. I think...

The reason for the base note is that I think some change in environment has happened in the past few weeks which the 'ProcessTest' 'UsingScala'. Probably a software version change....

I took a run at this. ProcessTest seems to be working just fine in CI. Interactively, using the same git version as CI, I get an empty output from 'git...

@kitbellew If you have time & interest, I touched `nullTerminate` in `UnixProcessFactory.scala`. I believe there is no semantic change. Wanted to let you know and comment on how pebbles are...

Failing test is well known Windows `run/module-init-exception`. Perhaps it will get automatically re-tried. Anybody know why we are even running that test if it is know to have intermittent failures...

Wojciech, Thank you for reviewing this. If deprecation of `Zone#alloc` is allowed, that leads to a better solution. I am moving this to Draft because I am deep in the...

When this bubbles up, I think we need to consider Do-not-repeat-yourself with the package scope `alloc` methods and trace all of the inlining. The package scope methods use different code...