8000 make-sequence doesn't understand derived types · Issue #22 · jcbeaudoin/MKCL · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
make-sequence doesn't understand derived types #22
Open
@davidmullen

Description

@davidmullen

For example:

(deftype buffer32 (&optional (size '*))
  `(simple-array (unsigned-byte 32) (,size)))

Then:

> (make-sequence 'buffer32 1024)


Debugger called in: #<thread "Initial" active (3405) 0x7f49db5ee740 7f49d8ba3000>.

#<a SIMPLE-ERROR 139955071156416>:
    Cannot find the element type in vector type BUFFER32

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0