#57: Eliminate the use of writeToString for condition creation ------------------------+--------------------------------------------------- Reporter: ehuelsmann | Owner: somebody Type: defect | Status: new Priority: critical | Milestone: Component: other | Version: Keywords: | ------------------------+--------------------------------------------------- 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.
#57: Eliminate the use of writeToString for condition creation -------------------------+-------------------------------------------------- Reporter: ehuelsmann | Owner: somebody Type: defect | Status: closed Priority: critical | Milestone: Component: other | Version: Resolution: invalid | Keywords: -------------------------+-------------------------------------------------- Changes (by ehuelsmann):
* status: new => closed * resolution: => invalid
Comment:
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.
armedbear-ticket@common-lisp.net