replikativ / konserve

A clojuresque key-value/document store protocol with core.async.
Eclipse Public License 1.0
298 stars 25 forks source link

CLJS builds don't work #70

Closed RokLenarcic closed 1 year ago

RokLenarcic commented 2 years ago

When compiling CLJS with konserve version 0.6.0-alpha3, you'll get this error:

[:main] Compiling ...
[:main] Build failure:
The required namespace "incognito.fressian" is not available, it was required by "konserve/serializers.cljc".
"incognito/fressian.clj" was found on the classpath. Maybe this library only supports CLJ?

Seems like project is using fressian and it's not available in CLJS

whilo commented 1 year ago

I think cljs support should be recovered now thanks to @pkpkpk. If not please reopen the issue.