#103: DOCUMENTATION doesn't seem to autoload properly --------------------------+------------------------------------------------- Reporter: vvoutilainen | Owner: nobody Type: defect | Status: new Priority: minor | Milestone: 0.22 Component: libraries | Version: 0.21 Keywords: autoload | --------------------------+------------------------------------------------- Here's a transcript from my repl session:
CL-USER(1): (documentation 'append 'function) #<THREAD "interpreter" {9260EE}>: Debugger invoked on condition of type UNDEFINED-FUNCTION The function DOCUMENTATION is undefined. Restarts: 0: CONTINUE Try again. 1: USE-VALUE Specify a function to call instead. 2: RETURN-VALUE Return one or more values from the call to DOCUMENTATION. 3: TOP-LEVEL Return to top level. [1] CL-USER(2): (documentation 'append 'function) NIL
DOCUMENTATION seems to load after the initial error, but if it's the first function invoked in the REPL, it doesn't seem to quite work.
#103: DOCUMENTATION doesn't seem to autoload properly ---------------------------+------------------------------------------------ Reporter: vvoutilainen | Owner: nobody Type: defect | Status: new Priority: minor | Milestone: 0.22 Component: libraries | Version: 0.21 Resolution: | Keywords: autoload ---------------------------+------------------------------------------------
Comment(by mseddon):
Confirmed on my laptop also (win32, jre 1.6.0_20-b02). Note: the desktop is completely unaffected by this issue, but on the laptop, this happens every time, try on a few different machines before you say worksforme :)
#103: DOCUMENTATION doesn't seem to autoload properly ---------------------------+------------------------------------------------ Reporter: vvoutilainen | Owner: nobody Type: defect | Status: closed Priority: minor | Milestone: 0.22 Component: libraries | Version: 0.21 Resolution: fixed | Keywords: autoload ---------------------------+------------------------------------------------ Changes (by vvoutilainen):
* status: new => closed * resolution: => fixed
Comment:
Corrected by r12827.
armedbear-ticket@common-lisp.net