LeeTibbert

Results 665 comments of LeeTibbert

@kitbellew Since a defect in Scala Native is causing the pain here, I created what I think is a quite close [Scala Native approximation]( https://github.com/scala-native/scala-native/blob/ffa1ba523c193f957861cedae12b68bccedcd914/unit-tests/shared/src/test/scala/org/scalanative/testsuite/javalib/lang/DraftRunArgvTest.scala#L24) of the 2025-01-01 scalafmt `runArgv()`...

@kitbellew Your scalafmt PR 4913 `fix-8` and related efforts have, I think, helped me understand the underlying SN defect. My apology for the effort having been frustrated, but it did...

> are you sure lineStream() doesn't hang? unless i misread your code, you only read one line (.take(1)) > and don't wait for the process to exit, so that could...

@WojciechMazur @kitbellew kitbellew, please keep me honest & accurate here. TL;DR Ain't fixed yet To capture the current state after kitbellew's recent sprint 1) Merged PR #4478 for `Process` appears...

I have started rolling this stone back up the hill again and have made enough progress to assign myself the task (unless anybody else is actively working on it ahead...

Progress report: I now have working code for the JEP431 `Sequenced*` (note the name difference from this Issue header) interfaces, excluding, for this pass, `SequencedMap`. Much of the work has...

@fwbrasil To help with triage & work prioritization, may I inquire if this Issue is still a concern for kyo? Thank you.

@fwbrasil & @ekrich Thank you for the updates. As a result of my trying to fix SN Issue #4442, I hope to be cloning the `kyo` repository and seeing how...

lihaoyi, Thank you for the time you and others have spent adding support for Scala Native. @WojciechMazur asked me to look at the macOS & Linux process related errors. I...

I've found an additional bug in Scala Native 0.5.4-SNAPSHOT. With a trial fix for that bug and the `isAlive` fix already in that version, the reproducer which Wojciech posted in...