Albert Meltzer
Albert Meltzer
fyi: @LeeTibbert @WojciechMazur @tgodzik if this problem is not my hallucination, I'd say this makes the last two releases suffer from a deal-breaker bug.
> [@tgodzik](https://github.com/tgodzik) [@kitbellew](https://github.com/kitbellew) > > Thank you for your understanding of the delay. I believe that this Issue is waiting for someone who knows Windows. I do not know the...
@tgodzik do you know who might be the scala-native expert who could comment on changes in v0.5.7 that have led to this problem? i worry that scalameta will be unable...
> Is this still a problem in the 0.5.8 release? alas, it is.
> [@kitbellew](https://github.com/kitbellew) My understanding is that you have to call external apps with something like this on windows via Java process: `"cmd.exe", "/c", "ipconfig"`. Maybe the `.exe` is not needed...
> ``` > P.S. A separate comment is that "native on Windows" is the only context where argv passed to Process has needed to be adorned in double quotes (didn't...
> I would expect them to be running and I seem to remember that at least one issued an "echo" command on Windows and examined the reply... > ... >...
@LeeTibbert 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 be...
> In summation, this issue is not fixed and needs to be revisited once SN passes CI using Windows2025 or later. Put another € or ten in the parking meter....
I am closing this, as it's no longer a problem on Windows. Unix is now a separate story.