[mcclim-devel] Drie crashes on: "`(,@a "
There is some minor problem in Drei that you can see if you do this : 1. type (setf climi::*use-goatee* nil) 2. then type (clim-listener:run-listener) 3. in the listener, type "`(,@a ", i.e., backquote left-parenthesis comma at-sign a space. Drei crashes with an error message saying that #:A is not of type list. -- Robert Strandh --------------------------------------------------------------------- Greenspun's Tenth Rule of Programming: any sufficiently complicated C or Fortran program contains an ad hoc informally-specified bug-ridden slow implementation of half of Common Lisp. ---------------------------------------------------------------------
Robert Strandh <strandh@labri.fr> writes:
Drei crashes with an error message saying that #:A is not of type list.
Hm. Nasty. Fixed in CVS, but I see I have to rewrite the whole `token-to-object' idea. I'm not terribly surprised, I don't think I originally imagined it would become as critical as it is. -- \ Troels "Athas" /\ Henriksen
participants (2)
-
Robert Strandh
-
Troels Henriksen