You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BufAnalyzer in the old Master repository has a bug fix from Oct 15 that is not present in the same file in the Main repository. I have tried to help a couple students install HyperDisCo and ran into issues when recompiling class library. I believe new attempts to install HyperDisCo are pulling from adclib Main, thus the error?
IIUC we might not be supporting a default branch different than master in SC currently: supercollider/supercollider#5096
We should definitely look into fixing this...
That's strange. If I run Quarks.install("adclib") (having previously uninstalled it, all the way to manually deleting the adclib folder inside downloaded-quarks), I get this in the post window:
...which, as far as I can tell, is the last commit from the Main repository, not Master. To be sure, I went to the terminal and typed git branch into the newly downloaded adclib folder, and sure enough it showed *main.
So it seems SuperCollider is indeed getting the main repository, not master, when I install it using Quarks.install("adclib").
Hi,
BufAnalyzer in the old Master repository has a bug fix from Oct 15 that is not present in the same file in the Main repository. I have tried to help a couple students install HyperDisCo and ran into issues when recompiling class library. I believe new attempts to install HyperDisCo are pulling from adclib Main, thus the error?
BufAnalyzer in Master:
ff6174c
BufAnalyzer in Main (does not have the
Class.initClassTree(SynthDescLib)
line)https://github.com/supercollider-quarks/adclib/blob/main/Classes/BufAnalyzer.sc
Happy to send PR but wanted to check in first if my understanding is correct. I had posted a comment here but maybe it was not the best place.
Thanks!
Bruno
The text was updated successfully, but these errors were encountered: