[CLJ-1092] New function re-quote-replacement has incorrect :added metadata Created: 22/Oct/12 Updated: 22/Dec/12 Resolved: 22/Dec/12 |
|
| Status: | Closed |
| Project: | Clojure |
| Component/s: | None |
| Affects Version/s: | Release 1.5 |
| Fix Version/s: | Release 1.5 |
| Type: | Defect | Priority: | Minor |
| Reporter: | Andy Fingerhut | Assignee: | Unassigned |
| Resolution: | Completed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Patch: | Code |
| Approval: | Ok |
| Description |
|
I created the patch for |
| Comments |
| Comment by Andy Fingerhut [ 22/Oct/12 9:01 PM ] |
|
And before creating this patch, I did a diff between Clojure 1.4 and 1.5-beta1 source code, and verified that every other function with :added metadata that has been added since 1.4 says "1.5". Only re-quote-replacement was mislabeled in this way. |
| Comment by Christopher Redinger [ 27/Nov/12 3:42 PM ] |
|
As you'd expect, this patch applies cleanly and improves the correctness of the documentation. |