Marcin Pączkowski

Results 611 comments of Marcin Pączkowski

> It also doesn't break when it is an array, which is odd! I can't figure out why the list causes it to break. Array and List behave differently. Array...

Thanks for looking into this. I'm not sure how relevant recreating this with an Array is and I don't know how GC works exactly... To me the mysterious part is...

> Would be lovely to have at least a good first pass at this in 3.14! Just so it's clear: oversampling and reblocking has not been merged yet. As it...

> it would be nice to have experimental releases with it Dev builds are readily downloadable. Once the PR is merged (sometime after 3.14 release), the dev builds will include...

@capital-G this is beyond my expertise level, but I was also curious about fixing it and recently asked an LLM whether something in our [Windows file handling code](https://github.com/supercollider/supercollider/blob/dcaafe904b5832a4ec4e0d78dac6e1708aee117e/common/sc_popen.cpp#L133-L377) could be...

> E.g. could we do something like `test[\skip].value()`? This would allow us to write functions or values as testing conditions, such that we could skip via `{thisProcess.platform.name == \windows}`, b/c...

Testing two workarounds: - https://github.com/dyfer/supercollider/commit/d95b8b291c9c1024d79e925392f93f6cd74c3ee0 - https://github.com/dyfer/supercollider/commit/bcc421d2c0c21e26844724d734b144139f225750

> Why do we serialize the value of the boolean value as a string? In this commit - just for consistency with the rest of the file. I agree this...

> While this is currently a minor issue in the class library, as we move towards AbtractObject, this will become a major pain. I don't have a bigger picture of...

> What respondsTo should be called is 'object responds to message and is implemented as a static method'. Yes... I see it's tricky to make this work. Is the idea...