quil-lang / qvm

The high-performance and featureful Quil simulator.
Other
411 stars 57 forks source link

Undefined static-vectors functions #260

Closed notmgsk closed 3 years ago

notmgsk commented 4 years ago

Looks like static-vectors got an update that removed some stuff:

; in: DEFUN QVM::SHM-VECTOR-ALLOCATION-SIZE
;     (STATIC-VECTORS::%ALLOCATION-SIZE QVM::NUM-ELEMENTS QVM::WIDETAG QVM::N-BITS)
; 
; caught STYLE-WARNING:
;   undefined function: STATIC-VECTORS::%ALLOCATION-SIZE

; in: DEFUN QVM::SHM-VECTOR-FROM-POINTER
;     (STATIC-VECTORS::VECTOR-FROM-POINTER QVM::POINTER QVM::WIDETAG
;      QVM::NUM-ELEMENTS)
; 
; caught STYLE-WARNING:
;   undefined function: STATIC-VECTORS::VECTOR-FROM-POINTER
; 
; compilation unit finished
;   Undefined functions:
;     STATIC-VECTORS::%ALLOCATION-SIZE STATIC-VECTORS::VECTOR-FROM-POINTER
;   caught 7 STYLE-WARNING conditions
;   printed 104 notes