Add todo about raw types
This commit is contained in:
parent
e1e64d8362
commit
c0244a8b33
1 changed files with 2 additions and 0 deletions
|
|
@ -1119,6 +1119,8 @@
|
||||||
(map #(deserialize % type) (slice-segments segment (size-of type)))))
|
(map #(deserialize % type) (slice-segments segment (size-of type)))))
|
||||||
|
|
||||||
;;; Raw composite types
|
;;; Raw composite types
|
||||||
|
;; TODO(Joshua): Ensure that all the raw values don't have anything happen on
|
||||||
|
;; serialize in the inlining of [[coffi.ffi/make-serde-wrapper]]
|
||||||
|
|
||||||
(defmethod c-layout ::raw
|
(defmethod c-layout ::raw
|
||||||
[[_raw type]]
|
[[_raw type]]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue