Opened 13 years ago
Closed 4 years ago
#580 closed enhancement (wontfix)
Patch to add Error::clone()
Reported by: | Olly Betts | Owned by: | Olly Betts |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Library API | Version: | |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | All |
Description
I thought this feature would be useful in the bindings, but it turns out it isn't, since we always also need something based on the class name too (and not just the C++ classname as a string literal, which we can efficiently get from the error object).
But I'd implemented it before I realised that, so here's the patch in case we decide it is useful generally, or find a way to use it in the bindings.
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | implement-error-clone.patch added |
---|
comment:1 by , 4 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
We haven't found we wanted this in 9 years, and if that changes we can still dig the patch out from a closed ticket.
Note:
See TracTickets
for help on using tickets.
patch implementing Error::clone()