[armedbear-ticket] [armedbear] #282: Spurious macros redefinition warnings
armedbear
armedbear-devel at common-lisp.net
Tue Feb 26 15:30:26 UTC 2013
#282: Spurious macros redefinition warnings
------------------------+---------------------------------------------------
Reporter: sboukarev | Owner: ehuelsmann
Type: defect | Status: closed
Priority: minor | Milestone: 1.2.0
Component: compiler | Version: 1.2.0-dev
Resolution: fixed | Keywords: pathname
------------------------+---------------------------------------------------
Comment(by sboukarev):
This commit broke redefinition at the REPL:
CL-USER(1): (defmacro foo ())
FOO
CL-USER(2): (defmacro foo ())
#<THREAD "interpreter" {2EAC0B4}>: Debugger invoked on condition of type
TYPE-ERROR
The value :TOP-LEVEL is not of type (OR PATHNAME STRING FILE-STREAM
SYSTEM:JAR-STREAM SYSTEM:URL-STREAM).
Restarts:
0: TOP-LEVEL Return to top level.
[1] CL-USER(3)
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/282#comment:5>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list