[CLJS-393] sebseq and sorted-set-by Created: 13/Oct/12 Updated: 18/Oct/12 Resolved: 18/Oct/12 |
|
| Status: | Resolved |
| Project: | ClojureScript |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Defect | Priority: | Major |
| Reporter: | Erik Ouchterlony | Assignee: | Unassigned |
| Resolution: | Completed | Votes: | 0 |
| Labels: | bug | ||
| Attachments: |
|
| Description |
|
ClojureScript:cljs.user> (subseq (sorted-set-by <= 1 2 3 4 5) >= 2 <= 4) |
| Comments |
| Comment by Erik Ouchterlony [ 17/Oct/12 5:23 PM ] |
|
I've done some further analysis on this problem and found three different issues:
|
| Comment by David Nolen [ 17/Oct/12 9:25 PM ] |
|
So does the patch address both 1 & 3 or only 3? |
| Comment by Erik Ouchterlony [ 18/Oct/12 2:48 AM ] |
|
Only 3. |
| Comment by Erik Ouchterlony [ 18/Oct/12 6:04 AM ] |
|
Here is a patch for the third issue. |
| Comment by Erik Ouchterlony [ 18/Oct/12 4:21 PM ] |
|
I found a small bug in the last patch, so I attached a new one. This patch handles both the remaining issues. |
| Comment by David Nolen [ 18/Oct/12 5:44 PM ] |
|
fixed, http://github.com/clojure/clojurescript/commit/e3ed0e7b69f9522e8759d0a6567afabb2a98d949 |