Skip to content
  • Christophe Rhodes's avatar
    Make messages that asdf prints slightly nicer, by using pretty-printer · a5a00774
    Christophe Rhodes authored
    justification routines.
    
    Sucky thing I: CLISP dislikes calls to FORMAT with pretty-print format
    strings.  Bizarrely, though, it accepts calls to FORMATTER with the
    same format strings.  So use FORMATTER everywhere to keep clisp happy.
    
    Sucky thing II: CMUCL can't do ENOUGH-NAMESTRING, because it has this
    weird ~UNSPECIFIC~ thing in its *DEFAULT-PATHNAME-DEFAULTS*.  So don't
    use ENOUGH-NAMESTRING, even though it's crying out for it.
    a5a00774