|
|
|
last edited 17 years ago by kratt6 |
| 1 2 3 | ||
|
Editor:
Time: 2007/11/17 21:59:34 GMT-8 |
||
| Note: Explicitation | ||
changed: - )lisp (setq *miss* t) will cause messages to be output that show the arguments to the getdatabase function. The first argument is the constructor and the second argument is the key. There is a bug somewhere. Given the sequence: )lisp (setq *miss* t) 1 1 x x <--- getdatabase gets called with constructor=CONSTRUCTORMODEMAP key=Variable which is incorrect. From unknown Wed May 18 13:23:10 -0500 2005 From: unknown Date: Wed, 18 May 2005 13:23:10 -0500 Subject: Explicitation Message-ID: <20050518132310-0500@page.axiom-developer.org> \begin{axiom} )lisp (setq *miss* t) 1 1 x x )lisp (setq *miss* nil) \end{axiom}
)lisp (setq *miss* t) will cause messages to be output that show the
arguments to the getdatabase function. The first argument is the
constructor and the second argument is the key.
There is a bug somewhere. Given the sequence:
)lisp (setq *miss* t)
1
1
x
x <--- getdatabase gets called with constructor=CONSTRUCTORMODEMAP key=Variable
which is incorrect.
------------------------------------------------------------
Explicitation --unknown, Wed, 18 May 2005 13:23:10 -0500
\begin{axiom}
)lisp (setq *miss* t)
1
1
x
x
)lisp (setq *miss* nil)
\end{axiom}