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
Based on a backtrace in IRC, this is because of my apparently foolish assumption that nobody would want to evaluate a defcallback at compile time. The AST interpreter cannot handle defcallback (and a few other special operators) in any sane way. I'll put something in to fall back to the compiler if the interpreter is inadequate.
I've pushed df191d3 and 87d1209, which let the AST interpreter fall back to using the compiler. However I'm still seeing compile-time defcallback causing issues due to runtime values being used instead of the compile-file version... I haven't tried cl-jpeg specifically though.
Aborted 1 hour after Performing compile-time optimization.. please wait.
with
(setq clasp-cleavir::*use-ast-interpreter* nil)
compilation works fineThe text was updated successfully, but these errors were encountered: