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
It currentll passes the :allocation :static kwyord before the arguments, including the dimensions required argument. That is the wrong syntax, the required argumnet must come first. I fixed it in my copy by chaging to:
cl-png/image.lisp
Line 131 in 5790e3e
It currentll passes the :allocation :static kwyord before the arguments, including the dimensions required argument. That is the wrong syntax, the required argumnet must come first. I fixed it in my copy by chaging to:
That is working on LispWorks. Probably on Allegro too, but I didn't check.
Found by running the tests of the quicklisp system "dataloader.test".
The text was updated successfully, but these errors were encountered: