Add transient? predicate

Description

I've encountered situations where I wanted to check whether something was transient in order to know whether I should call assoc! or assoc, conj! or conj, etc.

This patch adds `transient?` as a predicate fn.

Environment

N/A

Attachments

1
  • 31 Aug 2014, 06:01 AM

Activity

Show:

Devin Walters August 31, 2014 at 6:01 AM

I've updated the patch to 0004-Add-transient-predicate.patch. This patch applies cleanly to the latest version of master.

Andy Fingerhut August 29, 2014 at 10:44 PM

Patch 0003-Add-transient-predicate.patch dated Aug 6 2013 no longer applied cleanly to latest master after some commits were made to Clojure on Aug 29, 2014. It did apply cleanly before that day.

I have not checked how easy or difficult it might be to update this patch.

Devin Walters August 6, 2014 at 10:11 PM

I've updated the patch to 0003-Add-transient-predicate.patch. This patch applies cleanly to the latest version of master.

Andy Fingerhut August 6, 2014 at 8:16 PM

Patch 0002-Add-transient-predicate.patch dated Mar 22 2014 no longer applies cleanly to latest Clojure master due to some changes committed earlier today. I haven't checked whether this patch is straightforward to update.

Devin Walters March 23, 2014 at 5:29 AM

@Andy, the reason I did not add :added metadata is because I do not know if/when this patch will be accepted, and as a result, I don't really know if it will sneak into 1.6.X or 1.7. For now, I've put it in as 1.7. If it's in the running to be added sooner than that, let me know and I'll adjust it.

RE: The warning. Good catch. I've submitted a new patch which removes the private version of transient? from data_structures.clj. All tests pass.

Edit to Add: The latest patch as of this comment is now 0002-Add-transient-predicate.patch.

Details

Assignee

Reporter

Approval

Triaged

Patch

Code and Test

Priority

Affects versions

Created March 17, 2014 at 3:34 PM
Updated May 15, 2017 at 8:54 PM