We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The declarations using (sys:simple-int32-vector 256) at
(sys:simple-int32-vector 256)
quicklisp-client/quicklisp/deflate.lisp
Line 128 in cadecc5
Line 177 in cadecc5
sys:simple-int32-vector
Patch in https://gist.github.com/m-lw/60af4aeb31067c5558eeee9e13b3eb20.
The text was updated successfully, but these errors were encountered:
Thanks for the patch. Do you happen to have a link to the documentation for this type?
Sorry, something went wrong.
Yes, it is here: http://www.lispworks.com/documentation/lw71/LW/html/lw-1451.htm
I am experiencing same warning using LispWorks 7.1.1 on Windows 10:
Ignoring type declaration with illegal type (SIMPLE-INT32-VECTOR 256)
No branches or pull requests
The declarations using
(sys:simple-int32-vector 256)
atquicklisp-client/quicklisp/deflate.lisp
Line 128 in cadecc5
quicklisp-client/quicklisp/deflate.lisp
Line 177 in cadecc5
sys:simple-int32-vector
instead.Patch in https://gist.github.com/m-lw/60af4aeb31067c5558eeee9e13b3eb20.
The text was updated successfully, but these errors were encountered: