Re: rseq for subvec in clojurescript

2014-02-17 Thread Sunil S Nandihalli
thanks Michal for the fix. On Mon, Feb 17, 2014 at 12:58 AM, Michał Marczyk wrote: > It is now, thanks for the report! > > Ticket with patch: > > http://dev.clojure.org/jira/browse/CLJS-765 > > > On 16 February 2014 17:48, Sunil S Nandihalli > wrote: > > Hi Everybody, > > > > I get the followin

Re: rseq for subvec in clojurescript

2014-02-16 Thread Michał Marczyk
It is now, thanks for the report! Ticket with patch: http://dev.clojure.org/jira/browse/CLJS-765 On 16 February 2014 17:48, Sunil S Nandihalli wrote: > Hi Everybody, > > I get the following error when I do a rseq on a subvec in clojurescript > Uncaught Error: No protocol method IReversible.-rs

rseq for subvec in clojurescript

2014-02-16 Thread Sunil S Nandihalli
Hi Everybody, I get the following error when I do a rseq on a subvec in clojurescript Uncaught Error: No protocol method IReversible.-rseq defined for type cljs.core/Subvec: [(:red :clockwise) (:blue :clockwise) (:yellow :clockwise) (:yellow :clockwise) (:orange :clockwise)] Is this a known probl