Closed rubenphilipp closed 8 months ago
Yeah, well, that's weird that the error wasn't picked up before but it's good that it's gone now. Fine with me. Closing (hope that's OK).
👍Am 16.03.2024 um 11:11 schrieb Michael Edwards @.***>: Yeah, well, that's weird that the error wasn't picked up before but it's good that it's gone now. Fine with me. Closing (hope that's OK).
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
Curiously I am getting an error with control-wave.lsp in my new .asd (cf. #81) that never occurred when when loading sc the "old way". It appears that sbcl is not happy with the type declaration (integer) and the initform (nil) of
period
. I have fixed this on a commit on the quicklisp branch (cf. https://github.com/mdedwards/slippery-chicken/commit/cd228891ce85b24e7bc20c3cbf6c4732c104a724) by removing the type definition from the period slot and adding an additional sanity check. Tests are running, though I'd appreciate further review…