Welcome! Please see the About page for a little more info on how this works.

0 votes
in data.priority-map by

This depends upon some kind of change to clojure.core, either to the Sorted interface or the implementation of subseq and rsubseq, as discussed in this thread: http://groups.google.com/group/clojure-dev/browse_thread/thread/fdb000cae4f66a95

There is a ticket CLJ-428 for these proposed clojure.core changes.

2 Answers

0 votes
by

Comment made by: jafingerhut

Patch dprimap-5-add-support-for-subseq-rsubseq-patch-v1.txt dated Apr 28 2013 depends upon Mark Engelberg's "inclusive" patch for CLJ-428, or something similar, being accepted into clojure.core.

It mostly just uncomments some code that Mark wrote, but also slightly modifies the implementation of seqFrom to take advantage of that new parameter.

0 votes
by
Reference: https://clojure.atlassian.net/browse/DPRIMAP-5 (reported by jafingerhut)
...