taoensso / nippy

The fastest serialization library for Clojure
https://www.taoensso.com/nippy
Eclipse Public License 1.0
1.04k stars 60 forks source link

freeze/thaw on an empty seq returns nil #48

Closed vgeshel closed 10 years ago

vgeshel commented 10 years ago
user> (= (map identity []) (nippy/thaw (nippy/freeze (map identity []))))
false
ptaoussanis commented 10 years ago

Hi Vadim,

This is indeed a bug, thanks a lot for the report! Just pushed v2.6.3 with the fix.