Opened 15 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.

Change History (1)

comment:1 Changed 14 years ago by ehuelsmann

Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.