From c0244a8b3383421fd53fd97e9de052485e66e74b Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Sat, 16 Jul 2022 19:46:45 -0500 Subject: [PATCH] Add todo about raw types --- src/clj/coffi/mem.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/clj/coffi/mem.clj b/src/clj/coffi/mem.clj index 0cfa54b..c4642c1 100644 --- a/src/clj/coffi/mem.clj +++ b/src/clj/coffi/mem.clj @@ -1119,6 +1119,8 @@ (map #(deserialize % type) (slice-segments segment (size-of type))))) ;;; 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 [[_raw type]]