Add support for subseq, rsubseq

Description

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 https://clojure.atlassian.net/browse/CLJ-428#icft=CLJ-428 for these proposed clojure.core changes.

Environment

None

Attachments

1
  • 28 Apr 2013, 08:25 AM

Activity

Show:

Andy Fingerhut April 28, 2013 at 8:25 AM

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.

Details

Assignee

Reporter

Patch

Code and Test

Priority

Created April 28, 2013 at 8:22 AM
Updated April 28, 2013 at 9:05 AM

Flag notifications