Marcin Pączkowski
Marcin Pączkowski
I think this could be included in the 3.14.0-rc2. @capital-G can you rebase on 3.14? Eventually we could restructure posting so that there's a way to e.g. differentiate sclang posting,...
It seems that at the last dev meeting there was a desire to merge this. @capital-G what do you think about cleaning up the commit history so that the changes...
At the dev meeting we discussed that we'd want to have this updated to use AudioWorklet and request a review then.
@rene-descartes2021 thanks for your work on this, being able to install SC on Android is amazing! > I have no idea what the use case of SuperCollider using usb devices...
@adcxyz the test `TestPathName:test_filePathMethods` currently fails FYI.
I'm personally a little uneasy about returning a different object from `.new`. With all methods moved to `String` this _should_ work in many/most cases, but surely there's code out there...
> This could also work if the functionality moves to String. In that case `PathName : String` is just a shell and should be deprecated. I like the idea of...
> @dyfer - What was the error post ? @adcxyz Check the "Some checks were not successful" section at the bottom of the PR or the "Checks" tab on top
We discussed this PR at the dev meeting. The consensus was to move forward with the `Path` class. Feel free to take a look at https://en.cppreference.com/w/cpp/filesystem/path to decide which methods...
I was recently looking at `String -unixCmd` and `ArrayedCollection -unixCmd` and I humbly propose, that if we have a new Path object, then `Path -unixCmd` should probably use the ArrayedCollection...