Re: possible bug: compiled gensyms not preserved on load

Karsten Poeck <[email protected]> Tue, 6 Jun 2017 21:20:28 +0200
Newsgroups gmane.lisp.clisp.general
Message-ID <[email protected]>
On 06.06.17 19:57, Jean Louis wrote:
> I have just tried it and get T with the latest CLISP from development.
>
> Jean
with tip from hg:

karstenoecksMBP:lisp karstenpoeck$ clisp
   i i i i i i i       ooooo    o        ooooooo   ooooo   ooooo
   I I I I I I I      8     8   8           8     8     o  8    8
   I  \ `+' /  I      8         8           8     8        8    8
    \  `-+-'  /       8         8           8      ooooo   8oooo
     `-__|__-'        8         8           8           8  8
         |            8     o   8           8     o     8  8
   ------+------       ooooo    8oooooo  ooo8ooo   ooooo   8

Welcome to GNU CLISP 2.49.50+ (2017-03-30) <http://clisp.org/>

Copyright (c) Bruno Haible, Michael Stoll 1992, 1993
Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
Copyright (c) Bruno Haible, Sam Steingold 1999-2000
Copyright (c) Sam Steingold, Bruno Haible 2001-2010

Type :h and hit Enter for context help.

[1]> (load (compile-file "load-mac.lisp"))
;; Compiling file /Users/karstenpoeck/lisp/load-mac.lisp ...
;; Wrote file /Users/karstenpoeck/lisp/load-mac.fas
0 errors, 0 warnings
;; Loading file /Users/karstenpoeck/lisp/load-mac.fas ...
;; Loaded file /Users/karstenpoeck/lisp/load-mac.fas
#P"/Users/karstenpoeck/lisp/load-mac.fas"
[2]> (funcall *sym*)

*** - FUNCALL: undefined function #:G2944
The following restarts are available:
USE-VALUE      :R1      Input a value to be used instead of (FDEFINITION 
'#:G2944).
RETRY          :R2      Retry
STORE-VALUE    :R3      Input a new value for (FDEFINITION '#:G2944).
ABORT          :R4      Abort main loop
Break 1 [3]>


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
clisp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-list