#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)