PyoungRyang Ko
PyoungRyang Ko
Now, all work with https://github.com/supercollider/supercollider/pull/6796/commits/470abedd9c1f1fedf022d8385befaf493d57c63f --- And I am not sure if `.ifRunning` method needs `.checkRunning`. It checks twice.... To correct this, we need modify that `.checkRunning` accepts true function...
@telephon I also tested with an artifact of last commit, and all 17 cases work. As I described in https://github.com/supercollider/supercollider/pull/6796#issuecomment-2927277438, it would be necessary to change `.checkRunning` for`.ifRunning` method. Please...
The following does stop when server is not running: ``` checkRunning { |label, failMessage| var msg; if (this.serverRunning) { true }; msg = "server '%' not running.".format(this.name); label !? {...
https://github.com/supercollider/supercollider/pull/6796/commits/2d5558fbbccc2fca735e8835263d73a661e2af2a: This is a multi-line warning. I saw https://github.com/supercollider/supercollider/pull/6796#issuecomment-2929018654 after uploading https://github.com/supercollider/supercollider/pull/6796/commits/2d5558fbbccc2fca735e8835263d73a661e2af2a. I will re-upload what you want as soon as possible.
Comment to https://github.com/supercollider/supercollider/pull/6796/commits/991c9c7a41797e713ec301026fc36cd2ba82db0c @telephon Have you tested the code that you gave me last time? I copied and pasted your code into all the cases, but it did not work....
Is this PR now OK? Is there still something that needs to be modified?
@adcxyz Thanks! I hope I did it correctly in https://github.com/supercollider/supercollider/pull/6796/commits/cd97f683b55c2837eef61a6812730b1da20de940!
To reproduce, I think an artifact in the following could be used: https://github.com/supercollider/supercollider/pull/6834/checks
There is no specific setup. I will retry it with a newer version of SC-3.14.0-dev.
With the version [c039608] (downloaded after the commit 13c0be0c2f6d6d5580fa02f149a9014788938a53)  I do not have this issue. I close this, and will open again if I experience it again.