-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confused by error: calling 'unison()' at this point skips initialization of a needed variable #348
Comments
This bug appears to be caused by the compiler not taking into account values/func/types created in a different file context and treating them as if they were part of the current file context. A fix has been pushed in fc1d609 |
Thanks! Will give it a shot |
FYI encountering a crash on windows related to the newly added code, investigating... |
crash remedy pushed ccb5af8; let us know if you run into any further funny business hah |
Progress made, thank you! Now on mac at commit 2295db4
Will continue to work through these . . . |
After a few more fixes to LicK, I've only ccrma/chugins#70 left, and that is already being looked into. Thanks again! |
Thanks Michael! Hmm, that segmentation fault is an issue; if you'd like, could you reproduce and send code? We should try to fix that! |
update: I am able to repro the crash from LiCK |
located source of the segmentation fault; fix(hopefully!) pushed in bd8b168 |
Yes, after that commit, I confirm no more seg faults |
FYI ran latest in tip of
|
Thank you, @gewang! Closing, fixed as of 1.5.1.1 release |
I'm not able to figure out what the compiler is trying to tell me here, it used to work previous to ChucK version 1.5.1.0
Chord.ck https://github.com/heuermh/lick/blob/master/lick/interval/Chord.ck#L23
Intervals.ck https://github.com/heuermh/lick/blob/master/lick/interval/Intervals.ck#L26
I tried to create a small test case, but this works
The text was updated successfully, but these errors were encountered: