Details
-
Type:
Enhancement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Declined
-
Affects Version/s: Backlog
-
Fix Version/s: Backlog
-
Component/s: None
-
Labels:None
-
Patch:Code and Test
-
Approval:Test
Description
From clojure.contrib.string 1.2, I have found myself using drop, take,
and butlast. (These are more than just wrappers for String/substring,
because they behave nicely when indices exceed the string length.) I
like these methods in part because they match the behavior of
corresponding sequence methods, but have better performance. This
makes optimizing (when needed) easier.
Attachments
Activity
Matthew Lee Hinman
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | clj-826-add-take-drop-butlast.diff [ 10311 ] |
Stuart Sierra
made changes -
| Fix Version/s | Backlog [ 10035 ] | |
| Affects Version/s | Backlog [ 10035 ] | |
| Affects Version/s | Release.Next [ 10038 ] |
Matthew Lee Hinman
made changes -
| Attachment | clj-826-add-take-drop-butlast-with-versions.diff [ 10699 ] |
Chouser
made changes -
| Waiting On | thnetos | |
| Approval | Incomplete [ 10006 ] |
Matthew Lee Hinman
made changes -
| Attachment | clj-826-add-take-drop-butlast-v3.diff [ 10712 ] |
Matthew Lee Hinman
made changes -
| Patch | Code and Test [ 10002 ] | |
| Approval | Incomplete [ 10006 ] | Test [ 10013 ] |
Stuart Halloway
made changes -
| Resolution | Declined [ 2 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |