Opened 16 years ago
Closed 14 years ago
#57 closed defect (invalid)
Eliminate the use of writeToString for condition creation
Reported by: | ehuelsmann | Owned by: | somebody |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | other | Version: | |
Keywords: | Cc: | ||
Parent Tickets: |
Description
Due to the fact that the object being written may be recursive, we need to bind *print-level* and *print-circle* before writing objects to error strings. Possibly, these instances can be replaced by a format string and format arguments.
Note: See
TracTickets for help on using
tickets.
Although this is especially an issue when printing Cons objects, not using writeToString doesn't seem like an option right now. Closing as 'invalid' because there's no alternative.