quil-lang / quilc

The optimizing Quil compiler.
Apache License 2.0
457 stars 72 forks source link

Hotfix: Forgot to mapcar class-name, nconc creates evil behavior #882

Closed macrologist closed 1 year ago

macrologist commented 1 year ago

I'm still looking into it, but as it was written before, running the LIST-AVAILABLE-BACKENDS function twice caused a FOREVER HANG.

This change fixes quilc, but does not address the issue, which may be a bug in sbcl.

@stylewarning sorry this is so soon on the heels of the last one :'(