/[gcl]/gcl/BUGS
ViewVC logotype

Diff of /gcl/BUGS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by pfdietz, Wed Aug 24 12:49:31 2005 UTC revision 1.21 by pfdietz, Thu Aug 25 13:45:45 2005 UTC
# Line 160  number in place so it isn't reused. Line 160  number in place so it isn't reused.
160    
161  21. The following macros are missing: define-compiler-macro  21. The following macros are missing: define-compiler-macro
162      define-setf-expander define-symbol-macro in-package.      define-setf-expander define-symbol-macro in-package.
163      ansi-tests: cl-macro-symbols.1 in-package.error.1     ansi-tests: cl-macro-symbols.1 in-package.error.1
164      dcf-macros define-setf-expander.error.1      dcf-macros define-setf-expander.error.1
165      define-setf-expander.[1234567] define-compiler-macro.error.[123]      define-setf-expander.[1234567] define-compiler-macro.error.[123]
166      define-compiler-macro.[12345678] define-symbol-macro.error.[123]      define-compiler-macro.[12345678] define-symbol-macro.error.[123]
# Line 241  number in place so it isn't reused. Line 241  number in place so it isn't reused.
241      when called on an invalid number of arguments.  ansi-tests:      when called on an invalid number of arguments.  ansi-tests:
242      destructuring-bind.error.[789]      destructuring-bind.error.[789]
243    
244  45..No hash table with :key EQUALP.  45. No hash table with :key EQUALP.
245      ansi-tests:  equalp.21      ansi-tests:  equalp.21
246    
247  46. EQUALP fails to properly compare hash tables.  46. EQUALP fails to properly compare hash tables.
# Line 1302  Error in LET [or a callee]: What kind of Line 1302  Error in LET [or a callee]: What kind of
1302  285. DRIBBLE should signal a program-error if called with more than one  285. DRIBBLE should signal a program-error if called with more than one
1303       argument in safe code.       argument in safe code.
1304      ansi-tests: dribble.error.1      ansi-tests: dribble.error.1
1305    
1306    286. Compiling a call to a function whose name is an uninterned symbol
1307        doesn't work.
1308    
1309         (let* ((sym (gensym))
1310                (fun-def `(defun ,sym () nil)))
1311            (eval fun-def)
1312            (funcall (compile nil `(lambda () (,sym)))))
1313    
1314      Error in COMPILER::CMP-ANON [or a callee]: FUNCTION is not of type #:G1832.
1315    

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26