src/utilities.lisp: Convert merge candidates to presentation form on the fly.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 13:59:40 +0000 (14:59 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:46:20 +0000 (16:46 +0100)
commit38b78e8763833fee8b41ecaf7586558e9b60d254
tree4bf359f77068fb5b1b3eeb995606eb9f120568ba
parent3d1115c859f5f44f2ddb7f4b2fe8e7c43960f6b8
src/utilities.lisp: Convert merge candidates to presentation form on the fly.

In `inconsistent-merge-error', retain the raw list of candidates, and
the presentation function, rather than requiring the caller to convert
the candidates when constructing the condition object.  This makes the
list considerably more useful to condition handler code.
doc/SYMBOLS
doc/misc.tex
src/utilities.lisp