@hayley Now I wonder who will report another compiler bug that depended on this .. hehe 😉
Conversation
Notices
-
Embed this notice
Alfred M. Szmidt (amszmidt@mastodon.social)'s status on Sunday, 25-May-2025 22:28:46 JST Alfred M. Szmidt
-
Embed this notice
Hayley (hayley@social.applied-langua.ge)'s status on Sunday, 25-May-2025 22:28:53 JST Hayley
https://github.com/sbcl/sbcl/commit/cb1a6acb6053850bf78537a09d8468cb2a201f5c we are so back -
Embed this notice
Hayley (hayley@social.applied-langua.ge)'s status on Sunday, 25-May-2025 22:28:56 JST Hayley
well uh
- (replace-node use `(values ,@(constant-value (ref-leaf use)))) + (replace-node use `(values ,@(loop for v in (constant-value (ref-leaf use)) + collect (list 'quote v))))In conversation permalink -
Embed this notice
Hayley (hayley@social.applied-langua.ge)'s status on Sunday, 25-May-2025 22:28:57 JST Hayley
https://github.com/sbcl/sbcl/commit/30e71a1cbdad6e37d6cf3da94417d17308eaacc8 In conversation permalink Attachments
-
Embed this notice
Hayley (hayley@social.applied-langua.ge)'s status on Sunday, 25-May-2025 22:28:59 JST Hayley
wanted to poke at my own compiler and now new SBCL miscompiles (lambda (p) (apply #'list (if p '(a) '()))) smh time to bisect
In conversation permalink
-
Embed this notice