Qian Yun
unread,Jun 17, 2022, 9:44:51 AM6/17/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fricas-devel
"SB-KERNEL:ALLOCATE-VECTOR" is not defined after sbcl-2.1.5,
to be precise, this happens in
3203ba3ac5f2c3d59c25825c90fb6e8d637e8af8.
We were using it for optimization (create vector with elements of
8 bit integer, for example).
So I'm not sure if this removal is intentional. After all,
ALLOCATE-VECTOR is still exported by package SB-KERNEL.
If the removal is intentional, can you tell me what the
proper replacement is?
- Qian