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
In code/sbcl.lisp, you need &rest t in the deftransform, not &rest * or you get a WARNING at compile time for sbcl 2.3.3 (I'm not sure when the change occurred).
More importantly, since sbcl 2.4.0 sb-pcl::%no-primary-method has disappeared and fast-generic-functions does not load anymore.
I think it is sufficient to only install %no-primary-method if the symbol sb-pcl::%no-primary-method exists, but I haven't read through this carefully or understood what it is trying to do.
If you are still around maintaining this package, I can create a PR for the changes (so far I haven't seen any response to the issues that mention this from Jan of this year).
Thank you!
The text was updated successfully, but these errors were encountered:
In code/sbcl.lisp, you need &rest t in the deftransform, not &rest * or you get a WARNING at compile time for sbcl 2.3.3 (I'm not sure when the change occurred).
More importantly, since sbcl 2.4.0 sb-pcl::%no-primary-method has disappeared and fast-generic-functions does not load anymore.
See sbcl/sbcl@347df80 for the change.
I think it is sufficient to only install %no-primary-method if the symbol sb-pcl::%no-primary-method exists, but I haven't read through this carefully or understood what it is trying to do.
If you are still around maintaining this package, I can create a PR for the changes (so far I haven't seen any response to the issues that mention this from Jan of this year).
Thank you!
The text was updated successfully, but these errors were encountered: