Re: [alexandria-devel] [PATCH] DEFINE-CONSTANT

2008-03-10 Thread Attila Lendvai
Anyway, my patch moves most of the macroexpansion of DEFINE-CONSTANT to its own function which is prettier anyway. This also makes the warnings go away. pushed a patch based on this, thanks. -- attila ___ alexandria-devel mailing list

[alexandria-devel] Re: [PATCH] COPY-HASH-TABLE

2008-03-10 Thread Tobias C. Rittweiler
Tobias C. Rittweiler [EMAIL PROTECTED] writes: I agree; I'll send an updated patch which will also add a test case to tests.lisp! -T. --- old-alexandria/hash-tables.lisp 2008-03-10 15:40:48.0 +0100 +++ new-alexandria/hash-tables.lisp 2008-03-10 15:40:48.0 +0100 @@ -1,18

Re: [alexandria-devel] Re: [PATCH] COPY-HASH-TABLE

2008-03-10 Thread Michael Weber
On Mar 10, 2008, at 15:42 , Tobias C. Rittweiler wrote: +(defun copy-hash-table (table key copy-fn test size + rehash-size rehash-threshold) + Returns a copy of hash table TABLE, with the same keys and values as the TABLE. The copy has the same properties as

Re: [alexandria-devel] Re: length=1

2008-03-10 Thread Attila Lendvai
i've got this recorded and ready to be pushed. unless soemone has additional comments, i'll push it eventually. ok, seems like i wasn't really that happy with it after all. i almost pushed it when i tried to use it in a situation where the sequence argument was a bigger form and the