[armedbear-devel] Bug in handling of keyword arguments

Eric Marsden eric.marsden at free.fr
Sat Sep 17 09:19:26 UTC 2011


Hi,

,----
| Armed Bear Common Lisp 0.27.0-dev-svn-13545M
| Java 1.6.0_23 Sun Microsystems Inc.
| OpenJDK 64-Bit Server VM
| Low-level initialization completed in 1.02 seconds.
| Startup completed in 1.96 seconds.
| CL-USER(10): (defun foo (a b)
|               (find a '(1 2 3) b 1))
| FOO
| CL-USER(11): (compile 'foo)
| #<THREAD "interpreter" {12BC8F01}>: Debugger invoked on condition of type PROGRAM-ERROR
|   Unrecognized keyword argument B
| Restarts:
|   0: TOP-LEVEL Return to top level.
`----

I should be able to invoke FOO with :start or :end values for B. 

-- 
Eric Marsden




More information about the armedbear-devel mailing list