[alexandria-devel] inline

2009-09-11 Thread Faré
To compile alexandria with the latest CCL, I had to move sequence-of-length-p near the top of sequences.lisp (just below the declaim) least the local (declare (inline ...)) of it would cause CCL to bork, complaining that you're trying to inline a function that hasn't been defined yet. I believe

Re: [alexandria-devel] XCVB patch for Alexandria

2009-10-09 Thread Faré
2009/10/9 Faré fah...@gmail.com: Here's what I need to get Alexandria to compile under XCVB. Is it a problem getting this merged upstream? Hum it looks like I forgot to attach the patch. Maybe I should learn to use darcs, too. Attila suggested something, but no time right now. [ François

Re: [alexandria-devel] eval-always, defun-always, etc...

2009-10-16 Thread Faré
: Michael Weber michaelw+alexand...@foldr.org Don't add any of these kludges, and instead reorganize code such that EVAL-WHEN is not sprinkled throughout the code. : Attila Lendvai attila.lend...@gmail.com IOW, you propose that the current way of categorizing definitions into separate files

Re: [alexandria-devel] Proposed addition of temporary file creation utilities

2012-04-22 Thread Faré
On Sun, Apr 22, 2012 at 09:35, Hans Hübner hans.hueb...@gmail.com wrote: Hi, following up on an IRC discussion yesterday, I am proposing the addition of the OPEN-TEMPORARY function and WITH-OPEN-TEMPORARY-FILE macro below (and on http://paste.lisp.org/display/129090#14).  It implements

Re: [alexandria-devel] Proposed addition of temporary file creation utilities

2012-04-22 Thread Faré
2012/4/22 Hans Hübner hans.hueb...@gmail.com: neither iolib nor osicat are the right place for temporary file handling operators like the one I proposed.  Both these libraries are specifically targeted towards POSIX systems, so there is no chance that they will cooperate, say, with ABCL.

Re: [alexandria-devel] Question about FORMAT-SYMBOL

2012-07-30 Thread Faré
On Sat, Jul 28, 2012 at 5:03 PM, Orivej Desh ori...@gmx.fr wrote: On 20 June 2011 22:28, Luís Oliveira luis...@gmail.com wrote: We just came across an issue on #quicklisp where a user had set his *PRINT-CASE* to :DOWNCASE and that caused FORMAT-SYMBOL to intern lower-case symbols, thus

Re: [alexandria-devel] Question about FORMAT-SYMBOL

2012-07-30 Thread Faré
OK, so I created a trivial package asdf-utils to encapsulate those utilities. Is that OK with you to have software depend on that? http://common-lisp.net/gitweb?p=projects/asdf/asdf-utils.git —♯ƒ • François-René ÐVB Rideau •ReflectionCybernethics• http://fare.tunes.org The older I grow, the