Marcin Pączkowski
Marcin Pączkowski
From the functional standpoint, I think this is somewhat of an urgent fix and I'd lean towards releasing SC 3.14.1 with it. I'm curious to hear other opinions on this....
I don't think quarks should call primitives directly, so I don't think this would be an issue and it should be fine to release 3.14.1 with it.
Yes... and if any issues arise, that would mean that the extensions need to be fixed/corrected so that they only use sclang calls.
Thanks @JordanHendersonMusic A whitespace at the end of two lines have snuck into `PyrInterpreter3.cpp`, can you fix that so that the CI runs? I think this should be merged, but...
There are a few more files with GPLv3 specified: - https://github.com/supercollider/supercollider/blob/develop/QtCollider/widgets/QcQuartzComposerView.h#L9 - https://github.com/supercollider/supercollider/blob/develop/QtCollider/widgets/QcQuartzComposerView.mm#L9 - https://github.com/supercollider/supercollider/blob/develop/QtCollider/primitives/prim_QImage.cpp#L9 These license designations could be a mistake, but who knows? Additionally, hidapi has [variable licensing](https://github.com/supercollider/hidapi/blob/399ceb4c66fb9efb05149588ee14953cbcf51b1d/LICENSE.txt#L3-L5),...
That's my impression, yes.
Note: [macOS 12 images are deprecated and will be removed in December 2024](https://github.com/actions/runner-images/issues/10721). We need to fix this issue by then in order to be able to run tests on...
@capital-G are you planning to look into this by any chance? It would be good to tackle this by the end of November, otherwise we won't be able to run...
Thanks! > interesting that macOS is the only platform where this happens. ...and only with newer Xcode/OS...
@telephon I built SC locally on macOS 14 and cannot reproduce the issue. Are you sure you built from a clean build directory?