Reported by Sunil Nandihalli in this thread:
https://groups.google.com/d/msg/clojure/1XkYDB-FDMA/AAWHMukms8MJ
rseq doesn't work on Subvec, because no implementation of IReversible is provided.
rseq
Subvec
IReversible
Patch forthcoming.
fixed https://github.com/clojure/clojurescript/commit/6e5f063c0256521756aa4f06aa14b9e7753f208e
Oops, didn't include tests in the last patch. Same fix + tests this time.
Reported by Sunil Nandihalli in this thread:
https://groups.google.com/d/msg/clojure/1XkYDB-FDMA/AAWHMukms8MJ
rseq
doesn't work onSubvec
, because no implementation ofIReversible
is provided.Patch forthcoming.